Merge pull request #2636 from Schamper/fix-editorconfig

Fix editorconfig syntax
This commit is contained in:
Barış Soner Uşaklı
2015-01-29 14:19:29 -05:00

View File

@@ -1,6 +1,6 @@
root = true
[*.js, *.css, *.tpl, *.json]
[{*.js, *.css, *.tpl, *.json}]
indent_style = tab
end_of_line = lf
charset = utf-8