1
2
3
4
5
6
7
8
9
10
11
12
13
|
* text=auto
* eol=lf
# These files are text and should be normalized (convert crlf => lf)
*.cs text diff=csharp
*.cfg text
*.csproj text
*.sln text
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.png binary
|