CRLF ke LF di semua file dalam VS Code

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