diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 32e6ea832..00206b6c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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