diff --git a/.editorconfig b/.editorconfig index 02f4c69ba..9ea738771 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,15 +19,7 @@ trim_trailing_whitespace = true # No trailing whitespaces indent_style = tab tab_width = 4 -[*.py] -indent_style = space -indent_size = 4 - -[ns3] -indent_style = space -indent_size = 4 - -[wscript] +[{*.py,ns3}] indent_style = space indent_size = 4