[PATCH] D115803: [clang-format] Fix tabs when using BreakBeforeTernaryOperators=false.

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 15 08:56:01 PST 2021


MyDeveloperDay added a comment.

So am I right in thinking the <tab> got replaced out because C.Spaces was > C.StartOfTokenColumn?  (i.e. appendIndentText was given a negative number as the 4th argument)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115803



More information about the cfe-commits mailing list