Add .editorconfig for Python file formatting

This commit is contained in:
2026-03-27 09:27:12 +01:00
parent 22fbb896ea
commit 02555ade28

3
.editorconfig Normal file
View File

@@ -0,0 +1,3 @@
[*.py]
indent_style = space
indent_size = 4