gosukiwi / Blueberry

A beautiful programming language with clean syntax which compiles to PHP
MIT License
63 stars 10 forks source link

Broken line endings #18

Closed hikari-no-yume closed 10 years ago

hikari-no-yume commented 10 years ago

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?

gosukiwi commented 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.

hikari-no-yume commented 10 years ago

Hmm, would it be worth making a commit where we fix all the line-endings? Would ruin git blame, I suppose...

gosukiwi commented 10 years ago

Well it's only two people working on it right now I don't think a change like that would be too harmful :+1: