[clang-format] use spaces for alignment of binary/ternary expressions with UT_AlignWithSpaces
Use spaces to align binary and ternary expressions when using AlignOperands and UT_AlignWithSpaces. This fixes an oversight in the new UT_AlignWithSpaces option (see D75034), which did not correctly identify the alignment of binary/ternary expressions. Reviewed By: curdeius Patch by: fickert Differential Revision: https://reviews.llvm.org/D85600
Loading
Please sign in to comment