| # Shell scripts must use LF so bash on Linux (HF Space, Modal) doesn't choke on | |
| # carriage returns (e.g. "set: pipefail: invalid option name") when the repo is | |
| # committed/edited from Windows. | |
| *.sh text eol=lf | |
| # Shell scripts must use LF so bash on Linux (HF Space, Modal) doesn't choke on | |
| # carriage returns (e.g. "set: pipefail: invalid option name") when the repo is | |
| # committed/edited from Windows. | |
| *.sh text eol=lf | |