[PATCH] D50078: clang-format: support aligned nested conditionals formatting

Manuel Klimek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 1 03:03:40 PDT 2018


klimek added a comment.

Yea, if we go down this route I'd go with this by default:

  some ? thing :
  else ? otherthing :
  unrelated ? but :
      finally;

Theoretically we could even use:

  some ? thing :
      else;

by default ;)


Repository:
  rC Clang

https://reviews.llvm.org/D50078





More information about the cfe-commits mailing list