[PATCH] D45004: [clang-format] Always indent wrapped Objective-C selector names
Ben Hamilton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 10 09:50:46 PDT 2018
benhamilton added a comment.
> Ok, you know the ObjC community much better than I do. If you think that adding the indentation for ObjC irrespective of the option works for most people, I am happy to go with it.
OK, I went ahead and implemented unconditional indenting of wrapped ObjC selectors and removed the configuration setting.
I had to partially revert r242484; with it, we were getting 8-column indenting, and without it, its tests still pass, so I suspect it's no longer necessary.
Repository:
rC Clang
https://reviews.llvm.org/D45004
More information about the cfe-commits
mailing list