CRLF para LF em todos os arquivos no código VS

git config core.autocrlf false 
git rm --cached -r . 
git reset --hard
Alive Antelope