diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 3455562a..345d6884 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,6 @@ indent_size = 2 indent_style = space indent_size = 2 -[CMakeLists.txt] +[*.cmake, CMakeLists.txt] indent_style = tab indent_size = 4 |