ameerj wrote: > It seems > [AlignOperands](https://clang.llvm.org/docs/ClangFormatStyleOptions.html#alignoperands) > is supposed to do what this new option would, so maybe we should fix/extend > `AlignOperands` instead?
This new setting is only responsible for breaking long expressions, not aligning. `AlignOperands` can be used in conjunction with this new setting for different alignment styles. https://github.com/llvm/llvm-project/pull/95013 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits