Skip to content

Commit

Permalink
style: break lines more often, allow multiline params (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer authored Jun 1, 2024
1 parent c499355 commit bc96c71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Generated from CLion C/C++ Code Style settings
BasedOnStyle: LLVM
AccessModifierOffset: -2
AlignAfterOpenBracket: DontAlign
AlignAfterOpenBracket: BlockIndent
AlignConsecutiveAssignments: None
AlignEscapedNewlines: DontAlign
AlignOperands: Align
Expand Down Expand Up @@ -46,6 +46,11 @@ BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: AfterColon
BreakInheritanceList: AfterColon
PenaltyBreakBeforeFirstCallParameter: 1
PenaltyBreakComment: 1
PenaltyBreakString: 1
PenaltyBreakFirstLessLess: 0
PenaltyExcessCharacter: 1000000
ColumnLimit: 120
CompactNamespaces: false
ContinuationIndentWidth: 2
Expand Down

0 comments on commit bc96c71

Please sign in to comment.