diff --git a/.editorconfig b/.editorconfig index 8e37205cd7..ff9b6fc9d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,3 @@ trim_trailing_whitespace = true [*.md] max_line_length = off trim_trailing_whitespace = false - -[*.py] -indent_size = 4 -indent_style = space