Answers for "change all crlf to lf vscode"

4

change all crlf to lf vscode

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

Code answers related to "change all crlf to lf vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language