adding editor config

This commit is contained in:
João Moura
2024-04-01 02:44:28 -03:00
parent 3ef2df75fd
commit b791df95d4

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# .editorconfig
root = true
# All files
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Python files
[*.py]
indent_style = space
indent_size = 2