10 lines
No EOL
237 B
Text
10 lines
No EOL
237 B
Text
*.c* text eol=crlf
|
|
*.h text eol=crlf
|
|
*.bat text eol=crlf
|
|
|
|
# Declare files that will always have LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary |