ggp-org / ggp-repository

GGP Game Repository
6 stars 5 forks source link

Fix stylesheets that used \r line endings #44

Closed AlexLandau closed 8 years ago

AlexLandau commented 8 years ago

I looked for files that had a match for the regex "\r[^\n]" and had Eclipse convert the line endings to Windows-style. (Could have alternatively converted these to Unix-style, but we already have a mix and I suspect support for Windows line endings among Unix programs is slightly better than vice versa.)

This pull request shows how much these types of line endings confuse git.