IXWebSocket/.pre-commit-config.yaml
Benjamin Sergeant 4b2b133c10 fix #182
2020-04-22 14:26:16 -07:00

13 lines
313 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pocc/pre-commit-hooks
rev: v1.1.1
hooks:
- id: clang-format
args: [-i, -style=file]