adding an editorconfig file

This commit is contained in:
tibbi 2020-03-02 11:32:22 +01:00
parent 523d6700a2
commit 150b881c94
1 changed files with 2 additions and 0 deletions

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