blob: c51f397d568f17cab8b1588236095525e9f7f7cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
* text=auto
# Always Unix-style line endings
*.sh text eol=lf
# Always Windows-style line endings
*.bat text eol=crlf
*.cmd text eol=crlf
# Always binary
*.jpg -text
*.ogg -text
*.png -text
*.xcf -text
|