Skip to content

Commit

Permalink
[clang-format] always use a line per constructor initialiser for long…
Browse files Browse the repository at this point in the history
…er lines
  • Loading branch information
phunkyfish committed Nov 24, 2019
1 parent c71ee9e commit cc5d024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AlignConsecutiveDeclarations: false
AlignEscapedNewlines: DontAlign
AlignOperands: true
AlignTrailingComments: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
Expand Down

0 comments on commit cc5d024

Please sign in to comment.