-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (24 loc) · 604 Bytes
/
Copy path.gitattributes
File metadata and controls
29 lines (24 loc) · 604 Bytes
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
28
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cs text eol=crlf diff=csharp
*.xaml text
*.txt text
*.tt text
*.ps1 text
*.cmd text
*.msbuild text
*.md text
*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.fsproj text eol=crlf
*.dbproj text eol=crlf
# Resharper DotSettings files are in Unix format
*.DotSettings text eol=lf
# Binary files
*.png binary
*.jpg binary
*.dll binary
*.exe binary