Closed CoderCow closed 11 years ago
:+1:
Wait, no. We converted all of our line endings to CRLF. You shouldn't be sending us LF changes.
Or at least, I'm guessing you sent them since you just stated that "The file endings were all CRLF..."
They were on commit, I'm not sure what git might have changed them to because of the .gitattributes, as those made my local repo acting odd first: When I tried to commit the new .editorconfig with CRLF endings for example, it warned me by "Warning: CRLF will be replaced by LF".
My global settings are all default, except core.autocrlf = false.
Edit: Checked, everything should definitely be CRLF. Edit 2: Silly me, according to the .gitattributes the behaviour makes perfect sense.
Any idea why the diff of HandlerCollection.cs looks so messy? The file endings were all CRLF...