diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 43c9cff..aeb0586 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,4 @@ [*.py] -indent = 4 +indent_size = 4 +indent_style = space +continuation_indent_size = 8 |