scoop-tjuice/.pre-commit-config.yaml

10 lines
211 B
YAML
Raw Normal View History

2022-01-16 01:01:01 +00:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
args: [--fix=crlf]