avoid breaking scripts with git autocrlf

When checking out with core.autocrlf enabled on Windows, the scripts in
files/ would have their line endings converted to CRLF, which prevents
them from running on webOS. This commit should prevent the line endings
of these files from being changed without affecting anything else.
pull/95/head
throwaway96 2023-01-01 20:16:06 -05:00
rodzic 2b01ca1547
commit 10afb635e5
1 zmienionych plików z 4 dodań i 0 usunięć

4
.gitattributes vendored 100644
Wyświetl plik

@ -0,0 +1,4 @@
* text=auto
# these need to be LF to run on webOS
/files/* text eol=lf