Skip to content

Commit 9fff83c

Browse files
committed
added a config file for pre-commit
1 parent a0240ed commit 9fff83c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
fail_fast: false
2+
repos:
3+
- repo: https://github.com/pocc/pre-commit-hooks
4+
rev: master
5+
hooks:
6+
- id: clang-format
7+
args: [--style=Google]
8+
- id: clang-tidy
9+
- id: uncrustify
10+
- id: cppcheck
11+
- id: include-what-you-use

0 commit comments

Comments
 (0)