mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
# Set the default behavior for all files.
|
|
* text=auto
|
|
|
|
# Normalized and converts to
|
|
# native line endings on checkout.
|
|
*.cs 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 |