2019-08-26 18:51:25 +02:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2020-04-22 23:26:16 +02:00
|
|
|
rev: v2.5.0
|
2019-08-26 18:51:25 +02:00
|
|
|
hooks:
|
|
|
|
- id: check-yaml
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
2020-04-21 07:59:20 +02:00
|
|
|
- repo: https://github.com/pocc/pre-commit-hooks
|
2020-04-22 23:26:16 +02:00
|
|
|
rev: v1.1.1
|
2020-04-21 07:59:20 +02:00
|
|
|
hooks:
|
|
|
|
- id: clang-format
|
|
|
|
args: [-i, -style=file]
|