Enforce LF line endings in .sh files

This commit is contained in:
Kermalis 2019-08-10 12:29:05 -04:00
parent 9e96960145
commit 97263c0672

5
.gitattributes vendored
View File

@ -1,5 +1,5 @@
*.pal text eol=crlf
*.sh text eol=lf
*.s text eol=lf
*.txt text eol=lf
Makefile text eol=lf
@ -13,3 +13,6 @@ Makefile text eol=lf
*.png binary
*.bin binary
*.h linguist-language=C
*.inc linguist-language=Assembly