Skip to content

Commit

Permalink
Changes to pointer and reference alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Aug 26, 2024
1 parent d8f1c7e commit 29acbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ NamespaceIndentation: All
PenaltyBreakBeforeFirstCallParameter: 90
PenaltyBreakComment: 90

PointerAlignment: Middle
PointerAlignment: Right

QualifierAlignment: Left

ReferenceAlignment: Middle
ReferenceAlignment: Right

ReflowComments: true

Expand Down

0 comments on commit 29acbef

Please sign in to comment.