Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 7, 2024
1 parent 196fc05 commit 12981fe
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 the following configuration to your `.pre-commit-config.yaml`:
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.3.1 # Use the ref you want to point at
rev: v0.4.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 @@ To use custom configurations like `.clang-format` and `.clang-tidy`:
```yaml
repos:
- repo: https://github.com/cpp-linter/cpp-linter-hooks
rev: v0.3.1
rev: v0.4.0
hooks:
- id: clang-format
args: [--style=file] # to load .clang-format
Expand All @@ -46,7 +46,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.3.1
rev: v0.4.0
hooks:
- id: clang-format
args: [--style=file, --version=16] # Specifies version
Expand Down

0 comments on commit 12981fe

Please sign in to comment.