Skip to content
Snippets Groups Projects
Commit 99a8d315 authored by Fabian Reister's avatar Fabian Reister
Browse files

git hooks

parent 860ecd71
No related branches found
No related tags found
No related merge requests found
# 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: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-xml
- id: check-added-large-files
- repo: git://github.com/doublify/pre-commit-clang-format
rev: master
hooks:
- id: clang-format
repos:
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.10
hooks:
- id: cmake-format
- id: cmake-lint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment