diff --git a/src/.pre-commit-config.yaml b/src/.pre-commit-config.yaml index 18a14f7..ec57537 100644 --- a/src/.pre-commit-config.yaml +++ b/src/.pre-commit-config.yaml @@ -27,6 +27,6 @@ repos: hooks: - id: 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)$ args: [-style=file, -fallback-style=none, -assume-filename=src/.clang-format]