diff --git a/.editorconfig b/.editorconfig index eada24be..e89c82be 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,10 @@ root = true end_of_line = lf insert_final_newline = true +[*.py] +indent_style = space +indent_size = 4 + [CMakeLists.txt,*.{cpp,h}] indent_style = tab indent_size = 4