Skip to content

Commit

Permalink
style: AlignAfterOpenBracket BlockIndent (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeberhard authored Apr 22, 2024
1 parent 276ef9e commit 3f1f80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guidelines/.clang-format
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from CLion C/C++ Code Style settings
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: AlwaysBreak
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments: None
AlignOperands: DontAlign
AllowAllArgumentsOnNextLine: true
Expand Down

0 comments on commit 3f1f80e

Please sign in to comment.