ChrisMissal / Formo

Formo allows you to use your configuration file as a dynamic object. Turn your web.config or application settings into a rich, dynamic object.
http://chrismissal.com/Formo/
MIT License
259 stars 33 forks source link

missing gitattributes file #12

Closed joaomatossilva closed 11 years ago

joaomatossilva commented 11 years ago

I had a few issues with line endings on the csproj and sln file. I'm using the global crlf to true.

It would be nice to have a gitattribute file so the project files can merge ok.

For the pull requests I made, I used this https://gist.github.com/kappy/5019660 I used crlf to true, but I don't think its a good practice to enforce it to everyone.