Skip to content

Commit

Permalink
Switch over to tab size 4 in clang-format
Browse files Browse the repository at this point in the history
Tab size 8 is just too spread out for me nowadays, and
4 matches every other project that I work on regularly.
  • Loading branch information
salcock committed May 9, 2024
1 parent ccca04c commit d979f0a
Show file tree
Hide file tree
Showing 260 changed files with 53,977 additions and 52,893 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BasedOnStyle: LLVM
IndentWidth: 8
IndentWidth: 4
ContinuationIndentWidth: 4
UseTab: Never
SortIncludes: false
Expand Down
Loading

0 comments on commit d979f0a

Please sign in to comment.