mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
check for LF as line ending
This commit is contained in:
parent
a99a375375
commit
b47392ba7f
@ -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' ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user