Commit 516f603857d10fa2726a278d9059b2455ba97c97
Committed by
Henry Schreiner
1 parent
4f14dbde
fix: bad formatting for footnote
Showing
1 changed file
with
2 additions
and
2 deletions
.pre-commit-config.yaml
| ... | ... | @@ -23,8 +23,8 @@ repos: |
| 23 | 23 | - repo: https://github.com/pre-commit/mirrors-clang-format |
| 24 | 24 | rev: v14.0.3 |
| 25 | 25 | hooks: |
| 26 | - - id: clang-format | |
| 27 | - types_or: [c++, c, cuda] | |
| 26 | + - id: clang-format | |
| 27 | + types_or: [c++, c, cuda] | |
| 28 | 28 | |
| 29 | 29 | - repo: https://github.com/cheshirekow/cmake-format-precommit |
| 30 | 30 | rev: v0.6.13 | ... | ... |