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