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)
Thu, Jan 2, 5:49 AM
Unknown Object (File)
Thu, Jan 2, 5:49 AM
Unknown Object (File)
Thu, Jan 2, 5:49 AM
Unknown Object (File)
Thu, Jan 2, 5:48 AM
Unknown Object (File)
Thu, Jan 2, 5:44 AM
Unknown Object (File)
Mon, Dec 30, 11:31 AM
Unknown Object (File)
Fri, Dec 20, 7:21 AM
Unknown Object (File)
Dec 10 2024, 3:02 PM

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