microsoft / showwhy

MIT License
203 stars 29 forks source link

Fix git end of line for scripts #334

Closed rracanicci closed 1 year ago

rracanicci commented 1 year ago

Issue

When the project is directly cloned on Windows, scripts will have CRLF as end of line, causing the docker build to fail.

Fix

Update git attributes file to include .sh scripts, so the line ending is kept LF after the project is cloned.