Skip to content

Commit

Permalink
Configure clang format header grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrutov committed Nov 26, 2022
1 parent 0ba5cf9 commit a47d8ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ IndentWidth: 4
ContinuationIndentWidth: 8
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Empty
IncludeCategories:
- Regex: '<(easylogging|boost|better-enums|gmock|gtest).+>'
Priority: 2
- Regex: '<.+>'
Priority: 1
- Regex: '.+'
Priority: 3

0 comments on commit a47d8ed

Please sign in to comment.