add .editorconfig

This commit is contained in:
silverwind
2017-08-12 16:08:19 +02:00
parent 412574eda8
commit a5b461170f
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true