Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jan 17, 2024
1 parent 283c8f1 commit 25fc432
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ UseTab: Never
PointerAlignment: Left
IndentCaseLabels: true
AlwaysBreakTemplateDeclarations: Yes
InsertBraces: True
InsertBraces: true
SortIncludes: true
# system headers come first
IncludeCategories:
- Regex: "^<.*>"
Priority: 1
- Regex: '^".*\.(h|hpp)"'
Priority: 2

0 comments on commit 25fc432

Please sign in to comment.