adding an editorconfig file

This commit is contained in:
tibbi 2020-03-02 11:30:34 +01:00
parent 62d9ddab9b
commit dc32dcdfaa

View File

@ -15,3 +15,5 @@ root = true
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4