▲ | IshKebab 4 days ago | |
clang-format is probably the worst of the autoformatters. They tried to get fancy with a sort of global optimisation algorithm but in practice it's buggier and uglier than the classic Prettier algorithm which is elegant and generally works very well. It's also way less diff friendly. I wouldn't draw any conclusions about autoformatters from clang-format. |