mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Added C++ extension to .editorconfig. Closes #161
This commit is contained in:
parent
d894b37c36
commit
64eff0bb0b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ insert_final_newline = true
|
||||||
|
|
||||||
# Matches multiple files with brace expansion notation
|
# Matches multiple files with brace expansion notation
|
||||||
# Set default charset
|
# Set default charset
|
||||||
[{etc,include,lib,plugins,src,tests,tools}/**.{c,h,proto}]
|
[{etc,include,lib,plugins,src,tests,tools}/**.{c,h,proto,cpp}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue