Answers for "crlf to lf in all files in vs code"

4

crlf to lf in all files in vs code

git config core.autocrlf false 
git rm --cached -r . 
git reset --hard
Posted by: Guest on May-10-2020

Code answers related to "crlf to lf in all files in vs code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language