cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

enforce newlines on windows checkouts #45

Closed wmmc88 closed 10 months ago

wmmc88 commented 10 months ago

This is the same change as in https://github.com/cross-rs/cross/pull/1154.

Part of the motivation of this changes is that it forces windows checkouts to use LF on .sh files. I was previously getting errors related to the .sh files being checked out with CRLF due to core.autocrlf=true on my dev machine.

fixes #35