[PATCH] D45004: [clang-format] New style option IndentWrappedObjCMethodNames

Daniel Jasper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 29 05:14:29 PDT 2018


djasper added a comment.

Do we have a public style guide that explicitly says to do this?
That's a requirement for new style options as per https://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options.

Also, are we sure that somebody wants the other behavior? Does that make sense for ObjC? I'd like to avoid options that nobody actually sets to a different value.


Repository:
  rC Clang

https://reviews.llvm.org/D45004





More information about the cfe-commits mailing list