Skip to content

Commit 68a0dc4

Browse files
[cmake] Synchronize
1 parent 5463213 commit 68a0dc4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
4+
- repo: https://github.com/pre-commit/mirrors-clang-format
5+
rev: v14.0.6
6+
hooks:
7+
- id: clang-format
8+
args: [--style=Google]
49
- repo: https://github.com/pre-commit/pre-commit-hooks
510
rev: v3.2.0
611
hooks:

cmake

Submodule cmake updated 104 files

0 commit comments

Comments
 (0)