[PATCH] D85600: [clang-format] use spaces for alignment of binary/ternary expressions with UT_AlignWithSpaces

Maximilian Fickert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 9 03:51:12 PDT 2020


fickert added a comment.

This fixes an oversight in the new `UT_AlignWithSpaces` option (see D75034 <https://reviews.llvm.org/D75034>), which did not correctly identify the alignment of binary/ternary expressions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85600/new/

https://reviews.llvm.org/D85600



More information about the cfe-commits mailing list