diff --git a/.editorconfig b/.editorconfig index 8b8d851..7cdb024 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,8 @@ insert_final_newline = true trim_trailing_whitespace = true indent_size = 2 +[*.py] +indent_size = 4 + [*.md] trim_trailing_whitespace = false