Quellcode durchsuchen

Adapt BinPackArguments: false in .clang-format.

As discussed in #dev-languages on Discord.

See https://clang.llvm.org/docs/ClangFormatStyleOptions.html

Signed-off-by: Joerg H. Mueller <[email protected]>
Joerg H. Mueller vor 3 Jahren
Ursprung
Commit
df2f6564e5
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .clang-format

+ 1 - 0
.clang-format

@@ -13,6 +13,7 @@ AllowShortFunctionsOnASingleLine: None
 AllowShortLambdasOnASingleLine: None
 AlwaysBreakAfterReturnType: None
 AlwaysBreakTemplateDeclarations: true
+BinPackArguments: false
 BinPackParameters: false
 BreakBeforeBraces: Custom
 BraceWrapping: