Skip to content

Commit 2808e07

Browse files
committed
Update clang-format version to 20 in pre-commit configuration
1 parent 245c14d commit 2808e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: clang-format
66
name: clang-format
77
description: "Use clang-format to format C/C++ code"
8-
entry: clang-format-18
8+
entry: clang-format-20
99
args:
1010
- --style=file
1111
- --verbose

0 commit comments

Comments
 (0)