vs code specify end of line on all files 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