Added .editorconfig, mainly to enforce Unix LF line breaks

This commit is contained in:
Christian Basler 2016-09-02 17:29:53 +02:00
parent c3eef5d711
commit da73388d8c

7
.editorconfig Normal file
View File

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