Closed asymmetric closed 9 years ago
End-of-lines are normalized before being committed (i.e., they're converted to LF).
Upon checkout, they're converted to CRLF on Windows, or left as-is on OS X/Linux by default.
Closes #113.
Tip: add ?w=1 to the URL of the diff page to see that it's almost only whitespace changes.
?w=1
Thanks for the PR. I'll review in a couple of weeks (sorry I cant do sooner)
End-of-lines are normalized before being committed (i.e., they're converted to LF).
Upon checkout, they're converted to CRLF on Windows, or left as-is on OS X/Linux by default.
Closes #113.
Tip: add
?w=1
to the URL of the diff page to see that it's almost only whitespace changes.