From 2cdced93471f47949de58b1b442fa084c3ebb2ec Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 7 Sep 2023 13:17:50 +0200 Subject: [PATCH] Make editorconfig configuration compatible with clang-format Signed-off-by: Steffen Vogel --- common/.editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/.editorconfig b/common/.editorconfig index e1f759220..90d2a5321 100644 --- a/common/.editorconfig +++ b/common/.editorconfig @@ -9,11 +9,11 @@ root = true [*] end_of_line = lf insert_final_newline = true +trim_trailing_whitespace=true +charset = utf-8 # Matches multiple files with brace expansion notation # Set default charset [{include,lib,tests}/**.{c,h,proto,cpp,hpp,h.in,hpp.in}] -charset = utf-8 -indent_style = tab -indent_size = 8 -trim_trailing_whitespace=true +indent_style = space +indent_size = 2