I was so sure the problem was with EOL that I didn't even look at what git diff was saying:
old mode 100755
new mode 100644
which is actually a change in the file permissions.
After running:
git config core.fileMode false
I no longer see the differences. Thank you!