This is an archive of the discontinued Mercurial Phabricator instance.

build: check in a clang-format file
ClosedPublic

Authored by simpkins on Aug 8 2017, 4:16 PM.
Tags
None
Subscribers
None

Details

Reviewers
ryanmce
Group Reviewers
Restricted Project
Commits
rFBHGX6a145b3543e6: build: check in a clang-format file
Summary

Check in the .clang-format file used for most of Facebook's other C++ projects.
This will allow clang-format to be used in the fb-hgext repository and produce
consistently formatted code with our other C++ code bases.

Test Plan

Confirmed clang-format behaved as expected when auto-formatting sections of
files.

Diff Detail

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

Event Timeline

simpkins created this revision.Aug 8 2017, 4:16 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 8 2017, 4:16 PM
ryanmce accepted this revision.Aug 9 2017, 5:55 AM
This revision is now accepted and ready to land.Aug 9 2017, 5:55 AM
This revision was automatically updated to reflect the committed changes.