Skip to content

Commit

Permalink
.editorconfig: set indent_size for cmake to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DankRank committed Aug 27, 2022
1 parent fa6d41f commit 9856788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[CMakeLists.txt]
indent_size = 2
[*.cmake]
indent_size = 2

0 comments on commit 9856788

Please sign in to comment.