Skip to content

Commit

Permalink
Set PointerAlignment to Left
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschwarzer committed Nov 24, 2023
1 parent 509755c commit f3c3ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ AlignConsecutiveDeclarations: false
AlignOperands: true
AlignTrailingComments: false
AlwaysBreakTemplateDeclarations: Yes
BraceWrapping:
PointerAlignment: Left
BraceWrapping:
AfterCaseLabel: false
AfterClass: false
AfterControlStatement: false
Expand All @@ -28,7 +29,7 @@ BreakBeforeBraces: Custom
BreakConstructorInitializers: AfterColon
ColumnLimit: 240
ContinuationIndentWidth: 8
IncludeCategories:
IncludeCategories:
- Regex: '^<.*'
Priority: 1
- Regex: '^".*'
Expand Down

0 comments on commit f3c3ef2

Please sign in to comment.