M .clang-format => .clang-format +3 -5
@@ 1,11 1,9 @@
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: DontAlign
-AlignOperands: DontAlign
-AllowShortBlocksOnASingleLine: Always
+AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: true
-AllowShortEnumsOnASingleLine: true
-AllowShortIfStatementsOnASingleLine: true
-AllowShortLoopsOnASingleLine: true
+AllowShortIfStatementsOnASingleLine: false
+AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: TopLevel
BinPackArguments: false
BinPackParameters: false