Update html indent style in .editorconfig.

This commit is contained in:
John-David Dalton
2015-07-10 22:46:47 -07:00
parent 2e91cf727a
commit 6d231fecd1

View File

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