Answers for "warning: crlf will be replaced by lf in node_modules/void-elements/readme.md."

1

warning: LF will be replaced by CRLF in

# Option 1:
git config --global core.autocrlf false

# Option 2:---> Worked for me perfectly on Linux.
git config --global core.safecrlf false
Posted by: Guest on February-21-2022
6

warning: LF will be replaced by CRLF

git config --global core.autocrlf true
Posted by: Guest on October-08-2020

Code answers related to "warning: crlf will be replaced by lf in node_modules/void-elements/readme.md."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language