Skip to content
Snippets Groups Projects
Commit ecf88f3b authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[cling] Do not allow single line if statements.

parent 1e8c04dd
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ PointerAlignment: Left ...@@ -12,7 +12,6 @@ PointerAlignment: Left
AlignAfterOpenBracket: Align AlignAfterOpenBracket: Align
PenaltyBreakBeforeFirstCallParameter: 50 PenaltyBreakBeforeFirstCallParameter: 50
AlignOperands: true AlignOperands: true
AllowShortIfStatementsOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true IndentCaseLabels: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment