File: .pre-commit-config.yaml

package info (click to toggle)
tiff 4.7.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 9,704 kB
  • sloc: ansic: 92,024; makefile: 966; cpp: 964; sh: 964; python: 151
file content (22 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
repos:
    -   repo: https://github.com/pre-commit/mirrors-clang-format
        rev: 'v15.0.4'
        hooks:
        -   id: clang-format
            # tif_fax3sm.c is a generated file
            # tiffvers.h as well, and its formatting is sensitive for
            # FindTIFF.cmake to detect the version number
            # Furthermore, the .in files are formatting sensitive for
            # cmake functions.
            exclude: >
              (?x)^(
                libtiff/tif_fax3sm.c|
                libtiff/tiffvers.h|
                libtiff/tiffvers.h.in|
                libtiff/tif_config.h|
                libtiff/tif_config.h.in|
                libtiff/tif_config.h.cmake.in|
                libtiff/tiffconf.h|
                libtiff/tiffconf.h.in|
                libtiff/tiffconf.h.cmake.in
              )