Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 505 Bytes

contributing.md

File metadata and controls

15 lines (13 loc) · 505 Bytes

This repository is formatted according to the .clang-format in the root directory. Please enable the reformatting hook before committing your changes. See pre-commit for more information. A quick summary:

pip install pre-commit
pre-commit install

We also suggest to configure your IDE to use the same formatting settings.

Another suggestion is to ignore the formatting commits in your git configuration:

git config blame.ignoreRevsFile .git-blame-ignore-revs