( )⚙ D1132 mpatch: switch alignment of wrapped line from tab to spaces with clang-format

This is an archive of the discontinued Mercurial Phabricator instance.

mpatch: switch alignment of wrapped line from tab to spaces with clang-format
ClosedPublic

Authored by durin42 on Oct 16 2017, 9:53 PM.

Details

Summary

I may be a weird person for liking this style, but our C style is
historically nominally the Linux Kernel style, and when you configure
clang-format to be kernel-ish, this is what you get. If we want to
change it, we can do so by tweaking the formatter rules in the future.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Oct 16 2017, 9:53 PM
ryanmce accepted this revision.Oct 17 2017, 7:44 AM
ryanmce added a subscriber: ryanmce.

queued

This revision is now accepted and ready to land.Oct 17 2017, 7:44 AM
This revision was automatically updated to reflect the committed changes.