IXWebSocket/.pre-commit-config.yaml

13 lines
313 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2020-04-22 23:26:16 +02:00
rev: v2.5.0
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]