studio code convert to unix line endings code example
Example: crlf to lf in all files in vs code
git config core.autocrlf false
git rm --cached -r .
git reset --hard
git config core.autocrlf false
git rm --cached -r .
git reset --hard