QGIS/.pre-commit-config.yaml

16 lines
368 B
YAML
Raw Normal View History

2024-12-09 10:38:37 +01:00
exclude: .*
fail_fast: false
2024-12-09 10:36:29 +01:00
repos:
2024-12-09 10:38:37 +01:00
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
# if adding directory handled by clang-format
# you need to adapt prepare_commit and verify_indentation scripts accordingly
hooks:
- id: clang-format
types_or: [c++, c, c#]
2024-12-09 10:30:46 +01:00
2024-12-09 10:36:29 +01:00
ci:
autofix_prs: true
autoupdate_schedule: quarterly