You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file exists to prevent Windows users from having to manually convert the end of line sequence (EOL) for each text file after initially cloning this repo. This is NOT applicable to Linux users, only to Windows users.
# After cloning the repo and ensuring the working tree is clean, run the following commands in order to auto-update the EOL on text files:
# git rm --cached -r .
# git reset --hard
# Text files to be modified from EOL = Carriage Return Line Feed (CRLF) to EOL = Line Feed (LF):