Set end of line to LF

This commit is contained in:
jo 2021-05-27 17:07:54 +02:00
parent f2e840989a
commit 225863d227
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ repos:
- id: check-merge-conflict - id: check-merge-conflict
- id: end-of-file-fixer - id: end-of-file-fixer
- id: mixed-line-ending - id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace - id: trailing-whitespace
- id: fix-encoding-pragma - id: fix-encoding-pragma