6 lines
167 B
Text
6 lines
167 B
Text
# Line endings: always LF, never CRLF, on every platform and clone.
|
|
* text=auto eol=lf
|
|
|
|
# Binary files must never be line-ending normalized.
|
|
*.png binary
|
|
*.ttf binary
|