Skip to content

Commit 4f54e37

Browse files
authored
docs: Upgrade clang-format and clang-tidy to version 21 (#102)
1 parent 7b05e57 commit 4f54e37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ repos:
6464
rev: v1.1.0
6565
hooks:
6666
- id: clang-format
67-
args: [--style=file, --version=18] # Specifies version
67+
args: [--style=file, --version=21] # Specifies version
6868
- id: clang-tidy
69-
args: [--checks=.clang-tidy, --version=18] # Specifies version
69+
args: [--checks=.clang-tidy, --version=21] # Specifies version
7070
```
7171

7272
> [!NOTE]
@@ -180,7 +180,7 @@ repos:
180180
rev: v1.1.0
181181
hooks:
182182
- id: clang-format
183-
args: [--style=file, --version=18, --verbose] # Add -v or --verbose for detailed output
183+
args: [--style=file, --version=21, --verbose] # Add -v or --verbose for detailed output
184184
```
185185

186186
## FAQ

0 commit comments

Comments
 (0)