|
@@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
|
|
|
AllowShortBlocksOnASingleLine: Never
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
-#AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
|
+AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: All
|