Skip to content

Commit 898f649

Browse files
committed
pre-commit: set clang-format to v12 and Google style
1 parent 05b84fd commit 898f649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: 'v13.0.1' # Use the sha / tag you want to point at
3+
rev: v12.0.1
44
hooks:
55
- id: clang-format
6+
args: [--style=Google]
67
- repo: https://github.com/pre-commit/pre-commit-hooks
78
rev: v2.3.0
89
hooks:

0 commit comments

Comments
 (0)