-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
executable file
·52 lines (43 loc) · 944 Bytes
/
.gitattributes
File metadata and controls
executable file
·52 lines (43 loc) · 944 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Check whitespace
* whitespace=blank-at-eol,space-before-tab,tab-in-indent,tabwidth=2
# Set default behaviour ... always use LF.
* text eol=lf
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.hmskin text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.gif binary
*.png binary
*.jpg binary
*.pak binary
*.zip binary
*.keystore binary
*.jar binary
*.ico binary
*.hmxp binary
*.lng binary
*.tar binary
*.gz binary
*.mnl binary
*.hmskin binary
*.otf binary
*.eot binary
*.woff binary
*.pfx binary
*.bin binary