-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
70 lines (56 loc) · 1.3 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# IMPORTANT: Always keep EOL settings in sync with .editorconfig
# Default settings
* text=auto
# Solution files
*.sln text eol=crlf
# Code files
*.cake text eol=crlf diff=csharp
*.cs text eol=crlf diff=csharp
*.vb text eol=crlf
# XML project files
*.csproj text eol=lf
*.vbproj text eol=lf
*.vcxproj text eol=lf
*.vcxproj.filters text eol=lf
*.proj text eol=lf
*.projitems text eol=lf
*.shproj text eol=lf
*.props text eol=lf
*.targets text eol=lf
# XML config files
*.ruleset text eol=lf
*.config text eol=lf
*.nuspec text eol=lf
*.resx text eol=lf
*.vsixmanifest text eol=lf
*.vsct text eol=lf
*.runsettings text eol=lf
# Other XML files
*.xml text eol=lf
*.svg text eol=lf
# JSON files
*.json text eol=lf
# YAML files
*.yml text eol=lf
*.yaml text eol=lf
# Shell scripts
*.in text eol=lf diff=bash
*.sh text eol=lf diff=bash
# Windows batch files
*.bat text eol=crlf
*.BAT text eol=crlf
*.cmd text eol=crlf
*.CMD text eol=crlf
# Markdown files
*.md text eol=lf diff=markdown
# InnoSetup files
*.iss text eol=crlf
# Image files
*.jpg binary
*.png binary
*.gif binary
# Document files
*.pdf binary diff=astextplain
*.PDF binary diff=astextplain
*.rtf binary diff=astextplain
*.RTF binary diff=astextplain