Add .editorconfig

This commit is contained in:
gggeek
2018-06-23 18:33:40 +01:00
parent bc3f0ab438
commit 4eabfc8f7d

9
.editorconfig Normal file
View File

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