mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Update .pre-commit-config.yaml
This commit is contained in:
parent
e8ac86706e
commit
7889fc5938
@ -1,4 +1,14 @@
|
||||
exclude: .*
|
||||
fail_fast: false
|
||||
|
||||
repos:
|
||||
- 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#]
|
||||
|
||||
ci:
|
||||
autofix_prs: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user