diff options
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index d1b62dc66..00ea231bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ charset = utf-8 [*.lua] tab_width = 2 +[*.py] +indent_size = 4 +tab_width = 4 + [{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8 |
