beberlei / assert

Thin assertion library for use in libraries and business-model
Other
2.41k stars 188 forks source link

Force LF line endings when cloning this repo #248

Closed fracz closed 6 years ago

fracz commented 6 years ago

When trying to contribute on Windows, the linter complains about bad CRLF line endings which prevents contributors from seeing other problems possibly introduced to the codebase.

I have added the eol=lf to the .gitattributes so Git always uses the LF line endings regardles of local autocrlf settings.

Read more on SO.

rquadling commented 6 years ago

I'll pick this up later today. Thank you.

rquadling commented 6 years ago

Thank you.