forked from M-Labs/artiq-zynq
Add hook for clang-format
This commit is contained in:
parent
8741b23b08
commit
7749958c54
|
@ -22,3 +22,11 @@ repos:
|
|||
pass_filenames: false
|
||||
description: Runs cargo clippy on the codebase.
|
||||
args: [develop, -c, cargo, clippy, --manifest-path, src/Cargo.toml, --tests]
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v19.1.0
|
||||
hooks:
|
||||
- id: clang-format
|
||||
name: clang-format
|
||||
description: Checks formatting of C++ files using clang-format.
|
||||
files: \.(cpp|h|hpp|c)$
|
||||
args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]
|
||||
|
|
Loading…
Reference in New Issue