On 2020/03/26 01:25:57, Dan Eble wrote: > It's worth emphasizing this: even with these improvements to the clang-format > configuration, those who use clang-format will introduce a truckload of > differences from the traditional indentation.
Our own fixcc script introduces some modifications to naked Astyle if I remember correctly. Is there some reasonable hope that we could boil down a "common denominator" style where alternately applying clang formatting and fixcc would end up with a fixed end result rather than some cycle? Of course, that state would trivially be reached by one style doing nothing, or the styles focusing on different problems, but that would not be useful: we'd want to end up with either style doing as complete of a job as possible so that people using either will commit stuff that is mostly fine. https://codereview.appspot.com/551640043/