[PATCH] D103307: [clang-format] successive C# attributes cause line breaking issues

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 28 04:18:29 PDT 2021


MyDeveloperDay added a comment.

In D103307#2786645 <https://reviews.llvm.org/D103307#2786645>, @jbcoe wrote:

> Thanks for this!

I tried to handle the multiple attributes using the "parsing technique" you used, instead of the "mustBreaking technique" but every time I do this I end up putting a newline after every array!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103307/new/

https://reviews.llvm.org/D103307



More information about the cfe-commits mailing list