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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
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
11
12
12
> [!NOTE]
13
-
> 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.
13
+
> This hook automatically downloads specific versions of `clang-format` or `clang-tidy`[clang-tools-static-binaries](https://github.com/cpp-linter/clang-tools-static-binaries) and installs them on your system.
14
14
15
15
## Usage
16
16
@@ -21,7 +21,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co
0 commit comments