CRLF à LF dans tous les fichiers dans VS Code

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