Преглед изворни кода

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 година
родитељ
комит
df2f6564e5
1 измењених фајлова са 1 додато и 0 уклоњено
  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: