diff --git a/.editorconfig b/.editorconfig index 955025fbb..655090d66 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,5 +3,7 @@ root = true [*] insert_final_newline = true indent_style = space + +[*.py] indent_size = 4 max_line_length = 79