Files
trigdx/.pre-commit-config.yaml
Bram Veenboer a189a80cc2 Initial commit
2025-08-01 14:59:27 +02:00

10 lines
260 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
hooks:
- id: clang-format
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
- id: cmake-format
- id: cmake-lint