adding editor config

This commit is contained in:
João Moura
2024-04-01 02:44:28 -03:00
parent 9d7cdd56b5
commit c95eed3fe0

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