Skip to content

Commit 78f3826

Browse files
committed
pre-commit: init
1 parent f3762c3 commit 78f3826

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/mirrors-clang-format
3+
rev: v13.0.1
4+
hooks:
5+
- id: clang-format
6+
args: [-i, --style=Google]
7+
- repo: https://github.com/pre-commit/pre-commit-hooks
8+
rev: v4.1.0
9+
hooks:
10+
- id: trailing-whitespace

0 commit comments

Comments
 (0)