1
0
Fork 0
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:
Dennis Potter 2018-07-05 14:47:46 +02:00
parent d894b37c36
commit 64eff0bb0b

View file

@ -10,7 +10,7 @@ insert_final_newline = true
# Matches multiple files with brace expansion notation
# 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
indent_style = tab
indent_size = 8