1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

CI: Update pre-commit clang-format to 18.1.8

• Modernized `.clang-format` file against latest LLVM config settings
This commit is contained in:
Thaddeus Crews
2024-06-18 10:36:58 -05:00
parent 0a4aedb360
commit 72c183ce8b
2 changed files with 181 additions and 132 deletions

View File

@@ -9,7 +9,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v18.1.8
hooks:
- id: clang-format
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx|m|mm|inc|java|glsl)$