Update editorconfig

This commit is contained in:
Tobie Morgan Hitchcock 2016-10-01 16:56:43 +01:00
parent 19405084cf
commit 6837fb446e

View file

@ -4,29 +4,19 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.js]
indent_style = space
indent_size = 2
[*.hbs]
insert_final_newline = false
indent_style = space
indent_size = 2
[*.css]
indent_style = space
indent_size = 2
[*.html]
[*.json]
indent_style = space
indent_size = 2