1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-11 08:15:41 +03:00

Update clang formatting (#2465)

Using

```
clang-format --version
Homebrew clang-format version 17.0.2
```
This commit is contained in:
Jonathan Cubides 2023-10-23 19:12:56 +02:00 committed by GitHub
parent f58c4a6d17
commit 7b7f06f81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: check-added-large-files
@ -41,7 +41,7 @@ repos:
types_or: [json]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.6
rev: v17.0.2
hooks:
- id: clang-format
files: runtime/.+\.(c|h)$