Remove trailing newlines in .html files and add .php to .editorconfig. [ci skip]

This commit is contained in:
John-David Dalton
2013-12-21 10:03:40 -06:00
parent d026024e8c
commit 9ff5fa4acf
5 changed files with 8 additions and 5 deletions

View File

@@ -7,11 +7,14 @@ root = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[**.{js,json,md}]
indent_style = space
indent_size = 2
insert_final_newline = true
[**.{html,php}]
insert_final_newline = false
[**.html]
indent_style = tab