diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..22c5a46 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +repos: +- repo: https://github.com/bmorcos/pre-commit-hooks-cpp + rev: 9a5aa38207bf557961110d6a4f7e3a9d352911f9 + hooks: + - id: clang-format + - id: cpplint + - id: cppcheck + \ No newline at end of file