From 967815f7a6c36869c210741ae7799a731771196d Mon Sep 17 00:00:00 2001 From: Philipp Jungkamp Date: Tue, 19 Sep 2023 17:39:30 +0200 Subject: [PATCH] editorconfig: Cover more files. Signed-off-by: Philipp Jungkamp --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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