What's the correct configuration for making sure line endings come out
right? I forked the repo and made some changes, and I found that VS
had turned all the line endings in the .csproj files to CRLF and
created a bogus diff.

I set git config core.autocrlf false, which I thought was supposed to
strip out the CRLF in the diffs, but it doesn't seem to make a
difference.

Reply via email to