mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
49bca1cc01
Co-Authored-By: Yuyake <140215214+AngelicMiracles@users.noreply.github.com> Co-Authored-By: FluffaMario <50761036+FluffaMario@users.noreply.github.com> Co-Authored-By: Gregory Heskett <gheskett@gmail.com> Co-Authored-By: iZePlayzYT <69536095+iZePlayzYT@users.noreply.github.com> Co-Authored-By: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Co-Authored-By: eros71 <16540103+eros71-dev@users.noreply.github.com>
26 lines
No EOL
387 B
Text
26 lines
No EOL
387 B
Text
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Fix line endings
|
|
*.* text eol=lf
|
|
|
|
# List text files in case git doesn't characterize correctly
|
|
*.c text
|
|
*.h text
|
|
*.s text
|
|
*.in text
|
|
*.js text
|
|
*.md text
|
|
*.py text
|
|
*.sh text
|
|
*.ld text
|
|
*.inc text
|
|
*.txt text
|
|
*.json text
|
|
*.yaml text
|
|
|
|
# Same for binary
|
|
*.bin binary
|
|
*.m64 binary
|
|
*.png binary
|
|
*.aiff binary |