tweak editorconfig preferences

This commit is contained in:
Leo Horie 2015-04-22 21:00:11 -04:00
parent 2de9985a34
commit ab1e91a221

View file

@ -1,8 +1,10 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
charset = utf-8
[*.js]
indent_style = tab
indent_size = 2
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf