File: .pre-commit-config.yaml

package info (click to toggle)
opencpn 1%3A5.12.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,736 kB
  • sloc: ansic: 521,943; cpp: 368,070; xml: 84,150; sh: 5,419; python: 1,833; makefile: 103; perl: 83; javascript: 65; cs: 65; ruby: 21
file content (12 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
repos:
-   repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v2.3.0
    hooks:
    -   id: check-yaml
    -   id: end-of-file-fixer
    -   id: trailing-whitespace
-   repo: https://github.com/pre-commit/mirrors-clang-format
    rev: v18.1.8
    hooks:
    -   id: clang-format
        exclude: (?x)^( libs.*| data.*| .*java| .*json)$