change all crlf to lf vscode code example
Example 1: change all crlf to lf vscode
git config core.autocrlf false
git rm --cached -r .
git reset --hard
Example 2: change all crlf to lf vscode
git config core.autocrlf false
git rm --cached -r .
git reset --hard