Skip to content

Commit

Permalink
Update .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich authored Dec 11, 2024
1 parent 248035c commit 5669f48
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 @@ -67,8 +67,8 @@ AccessModifierOffset: -2
ReferenceAlignment: Left
FixNamespaceComments: false
IndentAccessModifiers: false
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignTrailingComments: true
BreakBeforeBraces: Attach
Expand Down

0 comments on commit 5669f48

Please sign in to comment.