mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-04 16:49:41 +02:00
9 lines
228 B
Text
9 lines
228 B
Text
# 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
|