Added editorconfig

This commit is contained in:
Kononnable 2017-12-30 16:04:10 +01:00
parent 78e59fafda
commit 88f46ecfd8

8
.editorconfig Normal file
View File

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