Add editorconfig file to standardize basic coding styles.

This commit is contained in:
Arpad Csanyi
2016-07-20 22:36:46 +02:00
parent 1de2f8df33
commit 6842239812

11
.editorconfig Normal file
View File

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