Add editorconfig for file templates

This commit is contained in:
Henrik Lissner 2016-01-01 13:13:32 -05:00
parent 095051895a
commit 8880e3c0f4

View file

@ -0,0 +1,7 @@
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false