mirror of
https://github.com/kamailio/kamailio
synced 2026-08-07 16:32:08 -04:00
23 lines
631 B
YAML
23 lines
631 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: check-xml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-merge-conflict
|
|
- id: mixed-line-ending
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v18.1.8
|
|
hooks:
|
|
- id: clang-format
|
|
args:
|
|
- --style=file:.clang-format
|
|
- repo: https://github.com/cheshirekow/cmake-format-precommit
|
|
rev: v0.6.13
|
|
hooks:
|
|
- id: cmake-format
|
|
args:
|
|
- --in-place
|
|
- --config-files=cmake/cmake-format.py
|