Skip to content

Commit

Permalink
cmake: Don't use tabs in CMakeLists.txt
Browse files Browse the repository at this point in the history
Always use spaces and indent_size=4 except for Makefiles.
  • Loading branch information
nwellnhof committed Apr 23, 2024
1 parent b62ccf7 commit 00336f0
Show file tree
Hide file tree
Showing 2 changed files with 452 additions and 456 deletions.
12 changes: 4 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

root = true

[Makefile*]
indent_style = tab

[CMakeLists.txt]
indent_style = tab
indent_size = 4

[*.{c,h}]
[*]
indent_style = space
indent_size = 4
tab_width = 8

[Makefile*]
indent_style = tab
Loading

0 comments on commit 00336f0

Please sign in to comment.