[PATCH] D71659: Adde new option to allow setting spaces before and after the operator

2019-12-18 Thread Luis Pinto via Phabricator via cfe-commits
Luis created this revision. Luis added reviewers: djasper, klimek, owenpan, mitchell-stellar. Luis added a project: clang-format. Herald added a project: clang. Herald added a subscriber: cfe-commits. The new option is called SpaceBeforeAndAfterArrows True: (pointer instance) -> (member) False:

[PATCH] D71659: [clang-format] Added new option to allow setting spaces before and after the operator

2019-12-18 Thread Luis Pinto via Phabricator via cfe-commits
Luis added a comment. In D71659#1789694 , @mitchell-stellar wrote: > This feature is missing unit tests. Also, what is the reason for all the > comment changes? I don't think the changed comment lines originally exceeded > 80 characters. Yup, I will a