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); "{\n}\n", FileKind.TEXT);
_templates ~= new ProjectTemplate("Vibe-D Diet Template file"d, "Empty Vibe-D Diet Template."d, ".dt", _templates ~= new ProjectTemplate("Vibe-D Diet Template file"d, "Empty Vibe-D Diet Template."d, ".dt",
q{ q{
doctype html doctype html
html html
head head
title Hello, World title Hello, World
body body
h1 Hello World h1 Hello World
}, FileKind.TEXT); }, FileKind.TEXT);
} }
} }