[clang] [clang-format] Add ApplyAlwaysOnePerLineToTemplateArguments option (PR #137544)
Björn Schäpers via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 27 15:17:36 PDT 2025
================
@@ -1259,6 +1259,45 @@ struct FormatStyle {
/// \version 3.7
BinPackParametersStyle BinPackParameters;
+ /// If ``BinPackParameters`` is set to ``AlwaysOnePerLine``, specifies whether
----------------
HazardyKnusperkeks wrote:
Add a reference on `BinPackParameters` to this one.
https://github.com/llvm/llvm-project/pull/137544
More information about the cfe-commits
mailing list