As discussed in #dev-languages on Discord. See https://clang.llvm.org/docs/ClangFormatStyleOptions.html Signed-off-by: Joerg H. Mueller <[email protected]>
@@ -13,6 +13,7 @@ AllowShortFunctionsOnASingleLine: None
AllowShortLambdasOnASingleLine: None
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: true
+BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Custom
BraceWrapping: