Skip to content

Commit

Permalink
fixup! .clang-format: Add default clang-format configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
maribu committed Sep 18, 2024
1 parent d54804f commit 325c3a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
---
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignCompound: true
PadOperators: true
AlignConsecutiveAssignments:
PadOperators: true
AlignCompound: true
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
Expand Down

0 comments on commit 325c3a4

Please sign in to comment.