apache / cordova-coho

Apache Cordova coho
Apache License 2.0
33 stars 62 forks source link

CB-9739 Prevent coho from creating broken packages including CRLF on … #95

Closed daserge closed 9 years ago

daserge commented 9 years ago

Windows

We may also need to add .gitattributes with

* text eol=lf

to force LF line endings in the repos.

Jira issue

TimBarham commented 9 years ago

+1 to * text eol=lf in .gitattributes - most commonly used tools on Windows (other than notepad :smile:) should handle Unix line endings fine.