[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:35 PDT 2025


================
@@ -9024,6 +9024,55 @@ TEST_F(FormatTest, FormatsDeclarationBreakAlways) {
       BreakAlways);
 }
 
+TEST_F(FormatTest, ApplyAlwaysOnePerLineToTemplateArguments) {
+  FormatStyle Style = getGoogleStyle();
----------------
HazardyKnusperkeks wrote:

Why google style?

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


More information about the cfe-commits mailing list