/ .pre-commit-config.yaml
.pre-commit-config.yaml
1  repos:
2    - repo: https://github.com/pre-commit/mirrors-clang-format
3      rev: 'v18.1.8'
4      hooks:
5        - id: clang-format
6          files: \.[ch]pp$
7          exclude: ^openvpn/common/unicode-impl\.hpp$