This is an archive of the discontinued Mercurial Phabricator instance.

contrib: remove check-code rule about indentation
ClosedPublic

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

Details

Summary

We're moving towards a clang-format world, and clang-format is able to
wrap argument lists with spaces reliably, while still enforcing tabs
globally. Let's let clang-format do its job, and not do as much
C-style enforcement with regular expressions.

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
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.