[clang] [clang-format] Add ApplyAlwaysOnePerLineToTemplateArguments option (PR #137544)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 27 10:19:43 PST 2026


================
@@ -2132,6 +2132,47 @@ the configuration (without a prefix: ``Auto``).
 **AlwaysBreakTemplateDeclarations** (``deprecated``) :versionbadge:`clang-format 3.4` :ref:`¶ <AlwaysBreakTemplateDeclarations>`
   This option is renamed to ``BreakTemplateDeclarations``.
 
+.. _ApplyAlwaysOnePerLineToTemplateArguments:
+
+**ApplyAlwaysOnePerLineToTemplateArguments** (``Boolean``) :versionbadge:`clang-format 21` :ref:`¶ <ApplyAlwaysOnePerLineToTemplateArguments>`
----------------
mydeveloperday wrote:

Is this a code style for some specific community? could you reference the style guide at least in the commit comments or conversation. 

https://github.com/llvm/llvm-project/pull/137544


More information about the cfe-commits mailing list