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)
Sat, Mar 15, 8:48 PM
Unknown Object (File)
Wed, Mar 5, 7:46 AM
Unknown Object (File)
Feb 17 2025, 1:49 PM
Unknown Object (File)
Feb 17 2025, 1:49 PM
Unknown Object (File)
Feb 17 2025, 1:49 PM
Unknown Object (File)
Feb 17 2025, 1:48 PM
Unknown Object (File)
Feb 17 2025, 1:46 PM
Unknown Object (File)
Feb 15 2025, 8:34 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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