Answers for "lf will be replaced by crlf in solarcoffee.frontend/package-lock.json. the file will have its original line endings in your working directory"

6

lf will be replaced by crlf

Linux and MacOS: use characters as in file
$ git config --global core.autocrlf input

Windows: deactivate the automatic conversion to CRLF
$ git config --global core.autocrlf false
Posted by: Guest on December-04-2020
0

LF would be replaced by CRLF in package-lock.json

git config --global core.safecrlf false
Posted by: Guest on September-22-2020

Code answers related to "lf will be replaced by crlf in solarcoffee.frontend/package-lock.json. the file will have its original line endings in your working directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language