nate-parrott / Flashlight

The missing Spotlight plugin system
http://flashlight.nateparrott.com
Other
5.39k stars 411 forks source link

Normalize line endings #492

Open seriema opened 9 years ago

seriema commented 9 years ago

I forked the project so I could add my plugin, but all the line endings seemed off.

I’ve seen this kind of issues in other projects, but I didn’t see a .gitattributes file here so I added one. And then had to checkin all the files that changed because of the line ending normalization.

I followed Github’s own instructions for this: https://help.github.com/articles/dealing-with-line-endings/