-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (60 loc) · 1.54 KB
/
.gitattributes
File metadata and controls
68 lines (60 loc) · 1.54 KB
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
# NOTE: this file is for git 1.6.6 (and possibly older)
# Post-1.7.2 there is eol and text, and crlf is deprecated
# but we can't depend on an unreleased version...
# This file mainly controls line ending conversion behaviour, if
# the user has the setting core.autocrlf true.
# The meaning of the attributes is a little odd
# -crlf means DO NOT convert line endings
# crlf means CONVERT to lf in the repo & Linux/Mac, crlf on Windows
# First, turn off git line ending handling except on a case-by-case basis
# because our repo isn't normalized, in general.
# There are even files with mixed line endings.
* -crlf
# Auto detect text files and perform LF normalization
* text=auto
# These files can be converted, since they're new
.gitattributes crlf
.gitignore crlf
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.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
# Visual Basic 6.0 only supports CRLF line endings
*.bas eol=crlf
*.cls eol=crlf
*.ctl eol=crlf
*.ctx -text
*.dca eol=crlf
*.ddf eol=crlf
*.dep eol=crlf
*.dob eol=crlf
*.dox -text
*.dsr eol=crlf
*.dsx -text
*.dws eol=crlf
*.frm eol=crlf
*.frx -text
*.log eol=crlf
*.oca eol=crlf
*.pag eol=crlf
*.pgx -text
*.res -text
*.tlb -text
*.vbg eol=crlf
*.vbw eol=crlf
*.scc eol=crlf
# *.vbz