mirror of https://github.com/mapnik/mapnik
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
534 B
YAML
17 lines
534 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.6.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
files: ^.*\.cmake|CMakeLists\.txt$
|
|
- id: end-of-file-fixer
|
|
files: ^.*\.cmake|CMakeLists\.txt$
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v18.1.3
|
|
hooks:
|
|
- id: clang-format
|
|
types_or: [c++, c]
|