ref: b1a241233e856b630df1a52106ee6cdaa6b68e68
parent: f88968ec20e59daefa4c8fc1e4a61f7c958ffe90
author: Rangi <35663410+Rangi42@users.noreply.github.com>
date: Sun Sep 25 01:18:44 EDT 2022
Preserve Unix line endings for .bash and .flags files (#1054) Fixes #955
--- a/.gitattributes
+++ b/.gitattributes
@@ -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