update editorconfig

This commit is contained in:
dead_horse
2014-11-25 11:44:18 +08:00
parent 990a980af1
commit f08c9dd147

View File

@@ -1,10 +1,17 @@
# http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,py}]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab