blob: d289da3712ee04b6f77b6eaecd63a0c24c8cd3bf (
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
|