changer tout CRLF en VSCODE LF
git config core.autocrlf false
git rm --cached -r .
git reset --hard
Alive Antelope
git config core.autocrlf false
git rm --cached -r .
git reset --hard