Git status ignore line endings / identical files / windows & linux environment / dropbox / meld

Try setting core.autocrlf value like this :

git config --global core.autocrlf true

Leave a Comment