Upon further digging, turns out it's doing exactly what it's supposed to do: translate to your local machine based on your machine's configuration.
For Windows: https://help.github.com/en/github/us...r-line-endings
Code:$ git config --global core.autocrlf true # Configure Git to ensure line endings in files you checkout are correct for Windows. # For compatibility, line endings are converted to Unix style when you commit files.
Bookmarks