diff --git a/.editorconfig b/.editorconfig index ac47a5d..37facc0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ charset = utf-8 [*.{c,h}] indent_style = tab + +[*.py] +indent_style = space +indent_size = 4