mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 08:49:57 +00:00
17 lines
383 B
Plaintext
17 lines
383 B
Plaintext
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
||
|
* text=auto
|
||
|
|
||
|
# Declare files that will always have LF Unix-style line endings on checkout.
|
||
|
*.c text eol=lf
|
||
|
*.h text eol=lf
|
||
|
*.in text eol=lf
|
||
|
*.md text eol=lf
|
||
|
*.txt text eol=lf
|
||
|
|
||
|
# Denote all files that are truly binary and should not be modified.
|
||
|
*.png binary
|
||
|
*.jpg binary
|
||
|
*.gif binary
|
||
|
*.zip binary
|
||
|
*.pdf binary
|