* text=auto # Anything executed by a Linux shell must keep LF endings. A CRLF checkout # makes bash fail with "\r: command not found" on the very first line. *.sh text eol=lf *.yml text eol=lf *.yaml text eol=lf