forked from M-Labs/artiq-zynq
Update description in clang-format hook
This commit is contained in:
parent
7749958c54
commit
e3f170924e
|
@ -27,6 +27,6 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
name: clang-format
|
name: clang-format
|
||||||
description: Checks formatting of C++ files using clang-format.
|
description: Runs clang-format on the codebase.
|
||||||
files: \.(cpp|h|hpp|c)$
|
files: \.(cpp|h|hpp|c)$
|
||||||
args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]
|
args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]
|
||||||
|
|
Loading…
Reference in New Issue