check for LF as line ending

This commit is contained in:
Peter Pfeufer 2021-05-17 09:49:33 +02:00
parent a99a375375
commit b47392ba7f
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
4 changed files with 401 additions and 399 deletions

View File

@ -16,3 +16,5 @@ repos:
exclude: \.(min\.css|min\.js|po|mo)$ exclude: \.(min\.css|min\.js|po|mo)$
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: \.(min\.css|min\.js|po|mo)$ exclude: \.(min\.css|min\.js|po|mo)$
- id: mixed-line-ending
args: [ '--fix=lf' ]