cnabio / duffle

CNAB installer
https://duffle.sh
MIT License
376 stars 54 forks source link

Add a .gitattributes file to force LF on .sh files #840

Closed jeremyrickard closed 5 years ago

jeremyrickard commented 5 years ago

This adds a .gitattributes file to force LF line endings on windows. See https://help.github.com/en/articles/configuring-git-to-handle-line-endings#per-repository-settings for more info.

Fixes #837