mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator
synced 2025-05-23 21:57:40 +08:00
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
# Set the default behavior.
|
|
* text=auto
|
|
|
|
# Unix shell files should always be LF.
|
|
*.sh text eol=lf
|
|
|
|
# Windows shell files should always be CRLF.
|
|
*.bat text eol=crlf
|
|
|
|
# Binary files.
|
|
*.jpg binary
|
|
*.png binary
|
|
|