I had a few issues with line endings on the csproj and sln file.
I'm using the global crlf to true.
It would be nice to have a gitattribute file so the project files can merge ok.
For the pull requests I made, I used this https://gist.github.com/kappy/5019660
I used crlf to true, but I don't think its a good practice to enforce it to everyone.
I had a few issues with line endings on the csproj and sln file. I'm using the global crlf to true.
It would be nice to have a gitattribute file so the project files can merge ok.
For the pull requests I made, I used this https://gist.github.com/kappy/5019660 I used crlf to true, but I don't think its a good practice to enforce it to everyone.