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

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 28 16:13:35 PDT 2018


benhamilton 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?

This is a good suggestion, but since this is a specialization of `IndentWrappedFunctionNames`, I figured keeping the name of the new option similar to that would be best.


Repository:
  rC Clang

https://reviews.llvm.org/D45004





More information about the cfe-commits mailing list