We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecf4b5 commit 53fbd14Copy full SHA for 53fbd14
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+- repo: https://github.com/pre-commit/mirrors-clang-format
3
+ rev: v18.1.8 # Use the latest version tag
4
+ hooks:
5
+ - id: clang-format
6
+ types_or: [c, c++, c#, cuda, java, javascript, json, objective-c, proto, textproto]
0 commit comments