We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8787b45 commit 0e6c423Copy full SHA for 0e6c423
1 file changed
.pre-commit-config.yaml
@@ -58,6 +58,11 @@ repos:
58
rev: 1.20.0
59
hooks:
60
- id: blacken-docs
61
+ - repo: https://github.com/finsberg/clang-format-docs
62
+ rev: v0.4.0
63
+ hooks:
64
+ - id: clang-format-docs
65
+ additional_dependencies: [clang-format==21.1.8]
66
# C++
67
- repo: https://github.com/pre-commit/mirrors-clang-format
68
rev: v21.1.8
0 commit comments