Enforce LF line endings in pre-commit hooks

This commit is contained in:
Hugo Locurcio 2019-03-01 14:30:24 +01:00
parent 0e885283c0
commit eacee7831a
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
2 changed files with 10 additions and 8 deletions

View File

@ -2,5 +2,7 @@
rev: v2.0.0
hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace
- id: mixed-line-ending
args: [--fix=lf]