wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
605 stars 103 forks source link

add gitattributes file to force CRLF line endings for dos.stl #162

Closed karl-nilsson closed 3 years ago

karl-nilsson commented 3 years ago

The most recent release falls short of 100% test coverage, because dos.stl doesn't have CRLF line endings. This should fix the problem.

wolph commented 3 years ago

Thank you :)

Sometimes git is a bit too smart ;)