diff options
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index a05749c25..959719527 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,6 @@ indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true + +[*.py] +indent_size = 4 |