mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
The `git config --global --unset core.autocrlf` command was failing in the "Create release artifacts" workflow, so this is an alternate method of fixing issue #841.
3 lines
104 B
Plaintext
3 lines
104 B
Plaintext
# Shell scripts need Unix line endings (see https://github.com/gbdev/rgbds/issues/841)
|
|
*.sh text eol=lf
|