added editorconfig

This commit is contained in:
Dmitrii Andreev
2024-03-17 15:14:40 +03:00
parent aacb3f6763
commit 0cde32cf9b

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
# Set encoding to UTF-8
[*]
charset = utf-8
# Set 4 spaces for Python files
[*.py]
indent_style = space
indent_size = 4