🏗 Add editorconfig

This commit is contained in:
C-3PO 2018-07-17 14:07:17 +02:00
parent 2e23e3b21c
commit 26012652a6
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

9
.editorconfig Normal file
View file

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