Procházet zdrojové kódy

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 před 3 roky
rodič
revize
df2f6564e5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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: