1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Make editorconfig configuration compatible with clang-format

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-07 13:17:50 +02:00 committed by Steffen Vogel
parent c938f4f242
commit 2cdced9347

View file

@ -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