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
cpp-linter-hooks is a [pre-commit](https://pre-commit.com/) hook that uses clang-format and clang-tidy to check your C/C++ code.
11
+
cpp-linter-hooks is a [pre-commit](https://pre-commit.com/) hook that uses `clang-format` and `clang-tidy` to format C/C++ code.
11
12
12
13
> [!NOTE]
13
-
> 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.
14
+
> This hook automatically downloads specific versions of `clang-format` or `clang-tidy`[binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs them on your system.
14
15
15
16
## Usage
16
17
17
-
Add the following configuration to your `.pre-commit-config.yaml`:
18
+
To use cpp-linter-hooks, add the following configuration to your `.pre-commit-config.yaml`:
0 commit comments