reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

Require clang-formatted code #60

Closed rfernandes closed 4 years ago

rfernandes commented 4 years ago

Add clang-format check to the circleci steps

Closes #59

markaylett commented 4 years ago

Please use issue references in body of commit rather than subject line. For example:

The Subject Line

A more detailed description that explains what the change is,
why it is needed, and how it has been implemented.

Closes #123, #456

See CONTRIBUTING.md for details. We will be adopting conventional commits (https://www.conventionalcommits.org/en/v1.0.0-beta.4/) although it's not currently mentioned in the guide.