# Shell scripts must keep LF endings — bash fails on CRLF (\r: command not found). # Windows checkouts with core.autocrlf=true would otherwise break every plugin script. *.sh text eol=lf