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

editorconfig: Cover more files.

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-09-19 17:39:30 +02:00
parent c3779aa1d1
commit 967815f7a6

View file

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