Add end of line fixer

This commit is contained in:
Jamil Bou Kheir
2021-12-30 08:20:34 -06:00
parent 618599dd7a
commit 4f2d621933

View File

@@ -30,6 +30,9 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: mixed-line-ending
args: ['--fix=lf']
description: Forces to replace line ending by the UNIX 'lf' character.
- id: check-yaml
- id: check-merge-conflict
- id: end-of-file-fixer