Preserve Unix line endings for .bash and .flags files (#1054)

Fixes #955
This commit is contained in:
Rangi
2022-09-25 05:18:44 -04:00
committed by GitHub
parent f88968ec20
commit b1a241233e

4
.gitattributes vendored
View File

@@ -1,2 +1,6 @@
# Shell scripts need Unix line endings (see https://github.com/gbdev/rgbds/issues/841)
*.sh text eol=lf
*.bash text eol=lf
# Flags also need Unix line endings (see https://github.com/gbdev/rgbds/issues/955)
*.flags text eol=lf