> On Mar 29, 2016, at 1:32 PM, Leif Hedstrom <zw...@apache.org> wrote: > > Hi, > > as part of the 6.2.0 branching, and moving unto the 7.0.0 development train, > I’d like to update the clang-format binary packages that we use. I will > produce all these packages soon, but it’s important that we switch packages > at the same time (although if you use the fancy script Peach wrote, it’ll > just be automatic). > > The reason for this is that clang-format is evolving, and I don’t want us to > get stuck on a stagnant and obsolete version. I expect the changes to our > code be limited, a few thousand lines at the most. And we’ll make every > effort to keep as much as possible the same (but it’s not possible to keep it > 100% compatible).
Can it be made to format array initializers better? eg. one initializer per line? https://bugs.chromium.org/p/chromium/issues/detail?id=360644 J