-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
25 lines (22 loc) · 1.03 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
*.cfg text eol=crlf
*.version text eol=crlf
*.txt text eol=crlf
###############################################################################
# These files are text and should be normalized (convert crlf => lf)
###############################################################################
*.cs text=auto diff=csharp
###############################################################################
# Images should be treated as binary
# (binary is a macro for -text -diff)
###############################################################################
*.png binary
*.jepg binary
###############################################################################
# Visual Studio
###############################################################################
*.csproj text=auto merge=union
*.sln -text merge=union