Add .editorconfig

This commit is contained in:
Andre Meyering 2017-10-16 18:44:40 +02:00
parent 9439a9d5c9
commit dae8ccd6c6

8
.editorconfig Normal file
View file

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