Skip to content

Commit

Permalink
docs: update README.md to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Dec 17, 2024
1 parent 41e7389 commit 728a4a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use cpp-linter-hooks, add the following configuration to your `.pre-commit-co
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.5.1 # Use the ref you want to point at
rev: v0.6.0 # Use the ref you want to point at
hooks:
- id: clang-format
args: [--style=Google] # Other coding style: LLVM, GNU, Chromium, Microsoft, Mozilla, WebKit.
Expand All @@ -37,7 +37,7 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.5.1
rev: v0.6.0
hooks:
- id: clang-format
args: [--style=file] # to load .clang-format
Expand All @@ -50,7 +50,7 @@ To use specific versions of [clang-tools](https://github.com/cpp-linter/clang-to
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.5.1
rev: v0.6.0
hooks:
- id: clang-format
args: [--style=file, --version=16] # Specifies version
Expand Down

0 comments on commit 728a4a1

Please sign in to comment.