[PATCH] D27383: Add a new clang-format style option ObjCBlockResetsIndent.
Sean Lu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 12 13:42:56 PST 2016
yixiang added a comment.
Ping.
For the additional requirements of adding a style options:
- be used in a project of significant size (have dozens of contributors)
- Yes, it's been used by almost all the iOS projects inside Google, including Google Maps.
- have a publicly accessible style guide
- https://google.github.io/styleguide/objcguide.xml
- have a person willing to contribute and maintain patches
- I'm willing to do the maintenance, I'm confident that I can find backup contributors too.
https://reviews.llvm.org/D27383
More information about the cfe-commits
mailing list