diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..20e2bd1 --- /dev/null +++ b/.editorconfig @@ -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