-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitattributes
27 lines (24 loc) · 1.07 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
26
27
###############################################################################
# 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)
###############################################################################
*.mu binary
*.dds binary
*.png binary
*.jepg binary
###############################################################################
# Visual Studio
###############################################################################
*.csproj text=auto merge=union
*.sln -text merge=union