This is an archive of the discontinued LLVM Phabricator instance.

[Clang-Format] Add option for spacing between function parameters
Needs ReviewPublic

Authored by NewProggie on Feb 1 2016, 2:23 AM.

Details

Summary

This patch adds an option to remove the blank after comma between several function parameters. The default value is still to keep the blank.

Patch by: Kai Wolf

Diff Detail

Event Timeline

NewProggie updated this revision to Diff 46518.Feb 1 2016, 2:23 AM
NewProggie retitled this revision from to [Clang-Format] Add option for spacing between function parameters.
NewProggie updated this object.
NewProggie added reviewers: poiru, djasper, klimek.
NewProggie added a subscriber: cfe-commits.
NewProggie updated this object.Feb 1 2016, 2:24 AM