0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-08 02:54:13 -05:00

fix: set eol default (#5104)

This commit is contained in:
Marc Bernard 2025-03-01 09:51:47 +01:00 committed by GitHub
parent ea6b31a4e5
commit a85a6c58d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitattributes vendored
View file

@ -13,7 +13,7 @@
## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=lf
* text eol=lf
# Source code
*.bash text eol=lf
@ -197,3 +197,6 @@ Procfile text eol=lf
# Ignore files (like .npmignore or .gitignore)
*.*ignore text eol=lf
# Test Snapshots
*.snap text eol=lf