guzba / zippy

Pure Nim implementation of deflate, zlib, gzip and zip.
MIT License
246 stars 29 forks source link

add .gitattributes to prevent automatic EOL conversion #22

Closed jangko closed 3 years ago

jangko commented 3 years ago

if we don't prevent automatic EOL conversion by git on tests/data, the test will fail on Windows.

guzba commented 3 years ago

This is a good point. I think I have my git set to not do conversions in its config but that may not be everyone's default.