Thursday, April 8, 2021

Change 'eol' for all files from CLRF to LF in Visual Studio Code


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

No comments:

Post a Comment