mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-12 01:14:56 +00:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
* text=auto
|
|
|
|
# Ensure diffs have LF endings
|
|
*.diff text eol=lf
|
|
*.bat text eol=crlf
|
|
|
|
# Ensure lottie animations are treated as binary files
|
|
*.lottie binary
|