diff --git a/.editorconfig b/.editorconfig index 08e375e0b..6e05103d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,10 +14,14 @@ trim_trailing_whitespace=true # Matches multiple files with brace expansion notation # Set default charset -[{etc,include,lib,plugins,src,tests,tools,common}/**.{c,h,proto,cpp,hpp,h.in,hpp.in}] +[*.{c,h,proto,cpp,hpp,h.in,hpp.in}] indent_style = space indent_size = 2 +[*.py] +indent_style = space +indent_size = 4 + [*.conf] indent_style = tab indent_size = 8