Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 294 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 294 Bytes

Project Template

A default project template.

Code Formatting

If you want to format the code automatically, you can set up a pre-commit hook with the following command:

./tools/install-hooks.sh

Make sure to install clang-format and dos2unix before running the command.