Page MenuHomePhabricator

Introduce files in "services/lib/src" to clang formatter
ClosedPublic

Authored by marcin on Oct 14 2022, 5:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 26, 6:07 PM
Unknown Object (File)
Sun, Nov 24, 12:40 PM
Unknown Object (File)
Sun, Nov 24, 12:40 PM
Unknown Object (File)
Sun, Nov 24, 12:40 PM
Unknown Object (File)
Wed, Nov 13, 6:35 PM
Unknown Object (File)
Sun, Nov 3, 12:06 AM
Unknown Object (File)
Sun, Nov 3, 12:06 AM
Unknown Object (File)
Sun, Nov 3, 12:06 AM

Details

Summary

This differential enables files in "services/lib/src" to be formatted with clang formatter.

Test Plan

Before applying this differential put some not formatted C++ code in ServerBidiReactorBase.h and run yarn clang-format-all. Code will not be formatted. Remove changes, apply diff and repeat process. Code will be formatted now.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-1918
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Oct 14 2022, 5:06 AM
Harbormaster failed remote builds in B12792: Diff 17568!
This revision is now accepted and ready to land.Oct 14 2022, 6:28 AM

Rebase on master before landing