Add .editorconfig

This commit is contained in:
2021-04-14 21:00:40 +02:00
parent 3e4a468e67
commit fb6df0393c

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true