1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00

Normalize package-lock.json to LF for consistency (#143)

https://github.com/alexkaratarakis/gitattributes/pull/129#issuecomment-894566341

Reverts 52483156f9
This commit is contained in:
Devin Rhode 2022-07-12 04:28:21 -05:00 committed by GitHub
parent 125caa77d1
commit 9c74500be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ TODO text
.htaccess text .htaccess text
*.lock text -diff *.lock text -diff
package.json text eol=lf package.json text eol=lf
package-lock.json text -diff package-lock.json text eol=lf -diff
pnpm-lock.yaml text eol=lf -diff pnpm-lock.yaml text eol=lf -diff
.prettierrc text .prettierrc text
yarn.lock text -diff yarn.lock text -diff