Compare commits

..
Author SHA1 Message Date
Mikaël Capelle c82f1d800e Fix formatting. 2025-05-29 11:18:57 +02:00
Mikaël Capelle c2d93280ac Add Github action. 2025-05-29 11:17:05 +02:00
Mikaël Capelle 620ee275bf Fix line ending. 2025-05-29 11:16:23 +02:00
2 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-case-conflict
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v22.1.5
rev: v19.1.5
hooks:
- id: clang-format
'types_or': [c++, c]
File diff suppressed because one or more lines are too long