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 root = true
# coding styles between different editors and IDEs
# editorconfig.org [*]
charset = utf-8
[*.js] [*.js]
indent_style = tab indent_style = tab
indent_size = 2 trim_trailing_whitespace = true
trim_trailing_whitespace = false insert_final_newline = true
end_of_line = crlf