From 14d51a6a9e7751d752302e8a3bfdda561f09f3fc Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 21 Jan 2021 12:23:23 -0500 Subject: [PATCH] .editorconfig: Adjust for CXX files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 89742b69..66970770 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -[*.[ch]] +[*.[ch] *.cxx] indent_style = space indent_size = 2 trim_trailing_whitespace = true