Add .editorconfig

This commit is contained in:
Simon Ser 2021-04-08 09:15:39 +02:00
parent ed44909813
commit 21ab0dd372

7
.editorconfig Normal file
View file

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