moreblocks/.pre-commit-config.yaml

10 lines
209 B
YAML
Raw Normal View History

2019-03-01 15:23:19 +01:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2019-09-25 23:07:07 +02:00
rev: v2.3.0
2019-03-01 15:23:19 +01:00
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
2019-03-01 15:23:19 +01:00
- id: mixed-line-ending
args: [--fix=lf]