From 64eff0bb0b6baf930bbf30aa3343a0872acbdfd2 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Thu, 5 Jul 2018 14:47:46 +0200 Subject: [PATCH] Added C++ extension to .editorconfig. Closes #161 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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