summaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: 9e26b3585c94e0106c44c80613c7f9fbafe81b16 (plain)
1
2
3
4
5
6
7
8
9
# 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