You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bad idea to leave it like this because it massively fowls whitespace in diffs/makes merges harder. PHP doesn't care about the newlines, and git can convert on the fly for Windows users, so storing crlf in the repo just makes things annoying.
The text was updated successfully, but these errors were encountered:
It's a bad idea to leave it like this because it massively fowls whitespace in diffs/makes merges harder. PHP doesn't care about the newlines, and git can convert on the fly for Windows users, so storing crlf in the repo just makes things annoying.
The text was updated successfully, but these errors were encountered: