pre-commit-hooks #329
|
@ -26,7 +26,7 @@ repos:
|
||||||
rev: v19.1.0
|
rev: v19.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
name: artiq-zynq-clang-format
|
name: artiq-zynq clang-format
|
||||||
description: Runs clang-format on the codebase.
|
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