[style] added editor config file, http://editorconfig.org/

This commit is contained in:
Spencer Alger 2015-02-20 09:39:14 -07:00
parent eb65872ece
commit 8ca53bdd00

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true