Converted tabs to spaces

This commit is contained in:
Marco de Wild 2017-12-29 14:17:13 +01:00
parent 92990e5352
commit bf04e91293
3 changed files with 422 additions and 422 deletions

View File

@ -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);
}
}