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 8c27bca..120ffd0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ indent_size = 4 [stm32cubemx/**.{h,c}] indent_size = 2 -[*.cmake] +[{*.cmake,CMakeLists.txt}] indent_size = 2 |