You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code.
11
+
`cpp-linter-hooks` integrates `clang-format` and `clang-tidy` hooks with [pre-commit](https://pre-commit.com/) to lint your C/C++ code efficiently.
12
12
13
13
> [!NOTE]
14
-
> Automatically downloads a specific version of `clang-format` or `clang-tidy`[binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system.
14
+
> This hook automatically downloads a specific version of `clang-format` or `clang-tidy`[binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs it on the system.
15
15
16
16
## Usage
17
17
18
-
Add this to your `.pre-commit-config.yaml`
18
+
Add the following configuration to your `.pre-commit-config.yaml`:
0 commit comments