We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7127f73 commit cb8e882Copy full SHA for cb8e882
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
9
- repo: https://github.com/pre-commit/mirrors-clang-format
10
- rev: v18.1.3 # clang-format version
+ rev: v20.1.3 # clang-format version (keep synced with https://github.com/alisw/ali-bot/blob/master/.github/workflows/c++-code-formatting.yml)
11
hooks:
12
- id: clang-format
13
- repo: https://github.com/cpplint/cpplint
0 commit comments