1
0
Fork 0

Update description in clang-format hook

This commit is contained in:
newell 2024-10-07 10:02:46 -07:00
parent 7749958c54
commit e3f170924e
1 changed files with 1 additions and 1 deletions

View File

@ -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]