diff --git a/.gitattributes b/.gitattributes index 75fc9b71..be856613 100644 --- 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