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

via cfe-commits cfe-commits at lists.llvm.org
Tue May 20 02:21:30 PDT 2025


================
@@ -1521,6 +1523,7 @@ FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) {
   LLVMStyle.BinPackArguments = true;
   LLVMStyle.BinPackLongBracedList = true;
   LLVMStyle.BinPackParameters = FormatStyle::BPPS_BinPack;
+  LLVMStyle.ApplyAlwaysOnePerLineToTemplateArguments = true;
----------------
mydeveloperday wrote:

what is the current behavior? is this the correct default?

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


More information about the cfe-commits mailing list