add editor config

This commit is contained in:
Mylloon 2023-05-28 19:34:30 +02:00
parent d7182108d8
commit 508554d8bc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4