diff --git a/.editorconfig b/.editorconfig index 41d204054..8a32f8e8f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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