2019-03-01 15:23:19 +01:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v2.1.0
|
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: trailing-whitespace
|
2019-03-01 14:30:24 +01:00
|
|
|
|
2019-03-01 15:23:19 +01:00
|
|
|
- id: mixed-line-ending
|
|
|
|
args: [--fix=lf]
|