Do not allow single line if statements.

This commit is contained in:
Vassil Vassilev 2019-05-30 23:36:54 +03:00 committed by SFT
parent ed64547947
commit d5163b6290

View File

@ -12,7 +12,6 @@ PointerAlignment: Left
AlignAfterOpenBracket: Align
PenaltyBreakBeforeFirstCallParameter: 50
AlignOperands: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true