Closed hikari-no-yume closed 10 years ago
Uhm probably the configuration I had at the time did it, I think it's the default behaviour to leave them as LF, my configuration should be fine now.
Hmm, would it be worth making a commit where we fix all the line-endings? Would ruin git blame, I suppose...
Well it's only two people working on it right now I don't think a change like that would be too harmful :+1:
The lines in the repo seem to be CRLF, yet they should be in LF to let git automatically convert them to CRLF when checked out on Windows, and leave them as LF when checked out on Unix-like systems.
I suspect this happened because you have weird git settings. Did you migrate the repo on your system from Windows to Linux and forget to change the line endings? Or, maybe you have
core.autocrlf
set to something weird globally, when it should be set locally?