================
@@ -6090,6 +6083,11 @@ bool TokenAnnotator::mustBreakBefore(const AnnotatedLine
&Line,
return true;
}
+ if (Style.BreakAfterAttributes == FormatStyle::ABS_Leave &&
+ Left.is(TT_AttributeRSquare) && Right.NewlinesBefore > 0) {
+ return true;
+ }
+
----------------
owenca wrote:
```suggestion
```
This was meant for another patch.
https://github.com/llvm/llvm-project/pull/164052
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits