sindresorhus/refined-github

The issue has been closed
Doesn't show changes to line endings when comparing #3463
veqryn posted onGitHub
I searched out and installed refined github because I had several PR's that show every line in a file is changing due to differences in the line endings (LF vs CRLF).
The only problem is that github doesn't show what the old line ending was or what the new one was (ie: are we going from CRLF to LF, or from LF to CRLF?).
Your extension says it shows whitespace differences, but it doesn't appear to show line ending differences:
I think when the line endings differ, it should have the option to show which line endings are being used.