diff options
Diffstat (limited to '')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index ba8334d..17c6ba2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true insert_final_newline = true trim_trailing_whitespace = true -[later] +[*.py] indent_size = 4 indent_style = space |