You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a new FormatStyle option, ApplyAlwaysOnePerLineToTemplateArguments,
which controls whether BinPackParameters=AlwaysOnePerLine also applies to template
argument lists. This allows users to enforce one-per-line for function parameters
without unintentionally splitting template parameters.
Includes unit tests covering both function declarations and definitions, with and
without trailing comments.
0 commit comments