fix crlf for entire git repo ━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Date: March 22, 2021 Final Result ──────────── [code] git checkout main git reset --hard git rm -rf --cached . echo "* text=auto" > .gitattributes git add .