Added precommit config

This commit is contained in:
Magnus Persson 2022-01-07 10:13:47 +01:00
parent ed53182c29
commit e3ac920fc4

8
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,8 @@
repos:
- repo: https://github.com/bmorcos/pre-commit-hooks-cpp
rev: 9a5aa38207bf557961110d6a4f7e3a9d352911f9
hooks:
- id: clang-format
- id: cpplint
- id: cppcheck