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:
parent
c3779aa1d1
commit
967815f7a6
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue