mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
b1a241233e
Fixes #955
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
# 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
|