.gitattributes 178 B

1234567
  1. # Ensure shell scripts always use LF line endings
  2. *.sh text eol=lf
  3. install.sh text eol=lf
  4. setup-autostart.sh text eol=lf
  5. # Scripts should also use LF
  6. scripts/* text eol=lf