[clang] [clang-format] Fix the indent of the ternary operator when AlignOperands and BreakBeforeTernaryOperators is specified. (PR #100860)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 29 05:09:58 PST 2026
Mis012 wrote:
hm, I just realized... the `return` case works as I'd expect in C++, but not in Java
so that's probably a genuine bug?
https://github.com/llvm/llvm-project/pull/100860
More information about the cfe-commits
mailing list