Skip to content

Commit

Permalink
Modernize the clang-format config file syntax (#9320)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Dec 7, 2024
1 parent fc979dc commit 36ed19b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignConsecutiveAssignments:
Enabled: false
AlignConsecutiveDeclarations:
Enabled: false
AlignEscapedNewlinesLeft: Right
AlignOperands: true
AlignTrailingComments: false
Expand Down

0 comments on commit 36ed19b

Please sign in to comment.