moreblocks/.pre-commit-config.yaml

9 lines
188 B
YAML
Raw Normal View History

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
args: [--fix=lf]