summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 142f18fe39..ae27dd7298 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,8 +25,8 @@ indent_size = 8
indent_style = space
indent_size = 4
-# C
-[*.[ch]]
+# C/C++
+[*.{c,cpp,h}]
indent_style = space
indent_size = 4