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

Stephane Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 16:10:05 PDT 2018


stephanemoore added a comment.

What do you think of the name `IndentWrappedObjCMethodSignatures` as an alternative to `IndentWrappedObjCMethodNames`? In Objective-C the method name might be considered the selector whereas I believe that this option pertains to formatting of the method signature?


Repository:
  rC Clang

https://reviews.llvm.org/D45004





More information about the cfe-commits mailing list