Build: simplify and correct .editorconfig

This commit is contained in:
Oleg Gaidarenko 2016-02-11 22:47:36 +03:00
parent 30202be6e1
commit 1b4435bb47

View File

@ -3,25 +3,14 @@
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Tabs in JS unless otherwise specified
[**.js]
indent_style = tab
[package.json]
indent_style = space
indent_size = 2
[test/**.xml]
indent_style = tab
[test/**.php]
indent_style = tab
[test/**.html]
indent_style = tab
[test/**.css]
indent_style = tab