diff --git a/.editorconfig b/.editorconfig index fe8adbb9f..287c4fcf2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ tab_width = 8 indent_style = tab indent_size = 8 max_line_length = 80 + +[*.py] +indent_size = 4