Add .editorconfig file

This commit is contained in:
ge0rdi
2018-07-29 17:08:57 +02:00
parent 8077566b1c
commit 5971807d2a

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root=true
[*]
indent_style=tab
indent_size=4
trim_trailing_whitespace=true
insert_final_newline=true