Fix Crlf For Entire Git Repo

edit✏️

Final Result


git checkout main
git reset --hard
git rm -rf --cached .
echo "* text=auto" > .gitattributes
git add .