Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 6, 2024
1 parent a346670 commit 5aff473
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 @@ -20,7 +20,7 @@ Add this to your `.pre-commit-config.yaml`
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.2.5 # Use the ref you want to point at
rev: v0.3.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 @@ -33,7 +33,7 @@ The example of using custom config: `.clang-format` and `.clang-tidy`
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.2.5
rev: v0.3.0
hooks:
- id: clang-format
args: [--style=file] # to load .clang-format
Expand All @@ -46,7 +46,7 @@ The example of using any version of [clang-tools](https://github.com/cpp-linter/
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.2.5
rev: v0.3.0
hooks:
- id: clang-format
args: [--style=file, --version=16]
Expand Down

0 comments on commit 5aff473

Please sign in to comment.