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 bca1fad commit 6ba9d06
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 @@ -68,8 +68,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 6ba9d06

Please sign in to comment.