@@ -9,9 +9,11 @@ repos:
- id: check-merge-conflict
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v15.0.7
+ rev: v20.1.8
hooks:
- id: clang-format
+ args:
+ - --style=file:.clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13