Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 592 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 592 Bytes

Code Formatting

We use this script to install a consistent version of clang-format to format the code base. The format is automatically checked via a Travis CI build as well. Run the following script locally to ensure formatting is ready to merge:

make format

We also use clang-tidy as a C++ linter. Run the following command to lint and ensure your code is ready to merge:

make tidy

These commands are set from within the Makefile.