================
@@ -4248,6 +4246,23 @@ void 
TokenAnnotator::calculateFormattingInformation(AnnotatedLine &Line) const {
                              ChildSize + Current->SpacesRequiredBefore;
     }
 
+    if (Style.BreakParametersAfter > 0 && Prev->is(tok::l_paren) &&
----------------
HazardyKnusperkeks wrote:

`AllowAllArgumentsOnNextLine` works also on braced initializer lists, this 
should also apply for them.

https://github.com/llvm/llvm-project/pull/181281
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to