diff --git a/.editorconfig b/.editorconfig index d1b62dc6..00ea231b 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