|
|
@@ -14,7 +14,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
|
-AllowShortIfStatementsOnASingleLine: false
|
|
|
+AllowShortIfStatementsOnASingleLine: true
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
@@ -35,7 +35,7 @@ BraceWrapping:
|
|
|
BeforeElse: true
|
|
|
IndentBraces: false
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
-BreakBeforeBraces: Stroustrup
|
|
|
+BreakBeforeBraces: Attach
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
BreakConstructorInitializersBeforeComma: false
|
|
|
ColumnLimit: 110
|