You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
305 B
Plaintext
17 lines
305 B
Plaintext
# Set the default behavior for all files.
|
|
* text=auto
|
|
|
|
# Normalized and converts to
|
|
# native line endings on checkout.
|
|
*.c text
|
|
*.h text
|
|
|
|
# Convert to CRLF line endings on checkout.
|
|
*.sln text eol=crlf
|
|
|
|
# Convert to LF line endings on checkout.
|
|
*.sh text eol=lf
|
|
|
|
# Binary files.
|
|
*.png binary
|
|
*.jpg binary |