Pārlūkot izejas kodu

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 3 gadi atpakaļ
vecāks
revīzija
df2f6564e5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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: