Create .editorconfig

fixes #4376
closes #7957
This commit is contained in:
AccioBooks 2016-08-31 12:44:09 -05:00 committed by Blade Barringer
parent def2ea0add
commit 861eaf36d3

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# top level config
root = true
# all files
[*]
charset = utf-8
end_of_line = lf # Unix-style
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true