mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
13 lines
208 B
Text
13 lines
208 B
Text
# 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
|
|
|