aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 345d6884..5fb29bf4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -16,6 +16,10 @@ indent_size = 2
indent_style = space
indent_size = 2
-[*.cmake, CMakeLists.txt]
+[*.cmake]
+indent_style = tab
+indent_size = 4
+
+[CMakeLists.txt]
indent_style = tab
indent_size = 4