* 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 # systemd chokes on trailing CR in unit values. *.service text eol=lf *.timer text eol=lf