pre-commit-hooks #329
|
@ -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