mirror of https://github.com/buggins/dlangide.git
Converted tabs to spaces
This commit is contained in:
parent
92990e5352
commit
bf04e91293
|
@ -301,13 +301,13 @@ class NewFileDlg : Dialog {
|
|||
"{\n}\n", FileKind.TEXT);
|
||||
_templates ~= new ProjectTemplate("Vibe-D Diet Template file"d, "Empty Vibe-D Diet Template."d, ".dt",
|
||||
q{
|
||||
doctype html
|
||||
html
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title Hello, World
|
||||
body
|
||||
h1 Hello World
|
||||
}, FileKind.TEXT);
|
||||
}, FileKind.TEXT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue