From: Oliver Simons Date: Tue, 2 Sep 2025 17:40:37 +0000 (+0200) Subject: chore: Update `.clang-format` to use `BinPackArguments=true` (#15744) X-Git-Tag: upstream/0.0.6527~168 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=69db8a52e6dd0db81ec05c581150cc1e43b8ac46;p=pkg%2Fggml%2Fsources%2Fllama.cpp chore: Update `.clang-format` to use `BinPackArguments=true` (#15744) This seems to correspond with what we want to do, see [here](https://github.com/ggml-org/llama.cpp/pull/15715#discussion_r2315613796) and [clang-format docs](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#binpackarguments) --- diff --git a/.clang-format b/.clang-format index 47d96b6b..117e6986 100644 --- a/.clang-format +++ b/.clang-format @@ -22,7 +22,7 @@ AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: Inline AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: true -BinPackArguments: false +BinPackArguments: true BinPackParameters: false # OnePerLine BitFieldColonSpacing: Both BreakBeforeBraces: Custom # Attach