[clang] [clang-format] Add BreakBeforeTemplateClose option (PR #118046)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 7 12:11:57 PST 2024


================
@@ -11077,6 +11077,157 @@ TEST_F(FormatTest, WrapsTemplateDeclarationsWithComments) {
       Style);
 }
 
+TEST_F(FormatTest, BreakBeforeTemplateClose) {
----------------
HazardyKnusperkeks wrote:

I want to see some lambdas and template usages (not declarations).

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


More information about the cfe-commits mailing list