Skip to content

Commit f78662f

Browse files
TofMassilia13320Grom-
authored andcommitted
[Git] Update clang-format to v20.1.5 and pre-commit-hooks to v5.0.0
1 parent 13757eb commit f78662f

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
repos:
22
- repo: https://github.com/pre-commit/mirrors-clang-format
3-
rev: v15.0.7
3+
rev: v20.1.5
44
hooks:
55
- id: clang-format
66
types_or: [c++, c]
77
args: [-i,'-style={IndentWidth: 4, ColumnLimit: 0, BreakStringLiterals: false, ReflowComments: false}']
8-
exclude: "Platform/Core/CMSIS/"
98

109
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.4.0
10+
rev: v5.0.0
1211
hooks:
1312
- id: trailing-whitespace
14-
exclude: "Platform/Core/CMSIS/"
1513
- id: end-of-file-fixer
16-
exclude: "Platform/Core/CMSIS/"
1714
- id: mixed-line-ending
18-
args: [--fix=crlf]
19-
exclude: "Platform/Core/CMSIS/"
15+
args: [--fix=lf]
2016
- id: check-added-large-files

0 commit comments

Comments
 (0)