We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd8637 commit 389394aCopy full SHA for 389394a
.pre-commit-config.yaml
@@ -0,0 +1,11 @@
1
+repos:
2
+ - repo: https://github.com/keith/pre-commit-buildifier
3
+ rev: 8.2.1
4
+ hooks:
5
+ - id: buildifier
6
+ - id: buildifier-lint
7
+
8
+ - repo: https://github.com/pre-commit/mirrors-clang-format
9
+ rev: v21.1.1
10
11
+ - id: clang-format
0 commit comments