Add editorconfig

This commit is contained in:
crater2150 2023-08-29 11:32:02 +02:00
parent 1983156528
commit 45233e4190

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
[*.py]
indent_style = space
indent_size = 4