-
Notifications
You must be signed in to change notification settings - Fork 41
/
.gitattributes
77 lines (77 loc) · 6.14 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
71
72
73
74
75
76
77
[core]
whitespace=trailing-space,space-before-tab
[apply]
whitespace=fix
* binary
*.[sS][lL][nN] text=auto diff merge
*.[cC][sS][pP][rR][oO][jJ] text=auto diff merge
*.[vV][bB][pP][rR][oO][jJ] text=auto diff merge
*.[vV][cC][xX][pP][rR][oO][jJ] text=auto diff merge
*.[vV][cC][pP][rR][oO][jJ] text=auto diff merge
*.[dD][bB][pP][rR][oO][jJ] text=auto diff merge
*.[fF][sS][pP][rR][oO][jJ] text=auto diff merge
*.[lL][sS][pP][rR][oO][jJ] text=auto diff merge
*.[wW][iI][xX][pP][rR][oO][jJ] text=auto diff merge
*.[mM][oO][dD][eE][lL][pP][rR][oO][jJ] text=auto diff merge
*.[sS][qQ][lL][pP][rR][oO][jJ] text=auto diff merge
*.[wW][mM][aA][pP][rR][oO][jJ] text=auto diff merge
*.[xX][pP][rR][oO][jJ] text=auto diff merge
*.[pP][rR][oO][pP][sS] text=auto diff merge
*.[fF][iI][lL][tT][eE][rR][sS] text=auto diff merge
*.[vV][cC][xX][iI][tT][eE][mM][sS] text=auto diff merge
*.[jJ][aA][vV][aA] text=auto diff merge
*.[rR][eE][sS][xX] text=auto diff merge
*.[bB][aA][tT] text=auto diff merge
*.[pP][sS][11] text=auto diff merge
*.[cC][oO][nN][fF][iI][gG] text=auto diff merge
*.[tT][xX][tT] text=auto diff merge
*.[tT][sS] text=auto diff merge
*.[tT][sS][xX] text=auto diff merge
*.[jJ][sS] text=auto diff merge
*.[jJ][sS][xX] text=auto diff merge
*.[cC][sS][sS] text=auto diff merge
*.[hH][tT][mM][lL] text=auto diff merge
*.[cC][sS] text=auto diff=csharp merge
*.[fF][sS] text=auto diff merge
*.[cC] text=auto diff merge
*.[cC][pP][pP] text=auto diff merge
*.[jJ][sS][oO][nN] text=auto diff merge
*.[xX][mM][lL] text=auto diff merge
*.[cC][sS][hH][tT][mM][lL] text=auto diff merge
*.[sS][qQ][lL] text=auto diff merge
*.[cC][sS][vV] text=auto diff merge
*.[xX][sS][dD] text=auto diff merge
*.[sS][cC][sS][sS] text=auto diff merge
*.[cC][mM][dD] text=auto diff merge
*.[yY][mM][lL] text=auto diff merge
*.[sS][hH] text=auto diff merge
*.[cC][oO][fF][fF][eE][eE] text=auto diff merge
*.[aA][sS][aA][xX] text=auto diff merge
*.[xX][sS][lL][tT] text=auto diff merge
*.[cC][fF][gG] text=auto diff merge
*.[cC][oO][nN][fF][iI][gG].[dD][eE][bB][uU][gG] text=auto diff merge
*.[cC][oO][nN][fF][iI][gG].[rR][eE][lL][eE][aA][sS][eE] text=auto diff merge
*.[cC][oO][nN][fF][iI][gG].[sS][tT][aA][gG][iI][nN][gG] text=auto diff merge
*.[dD][oO][tT][sS][eE][tT][tT][iI][nN][gG][sS] text=auto diff merge
*.[pP][uU][bB][lL][iI][sS][hH][sS][eE][tT][tT][iI][nN][gG][sS] text=auto diff merge
*.[mM][dD] text=auto diff merge
*.[pP][rR][oO][jJ] text=auto diff merge
*.[mM][aA][rR][kK][dD][oO][wW][nN] text=auto diff merge
*.[bB][aA][bB][eE][lL][rR][cC] text=auto diff merge
*.[hH] text=auto diff merge
*.[rR][sS] text=auto diff merge
*.[pP][yY] text=auto diff merge
*.[cC][cC] text=auto diff merge
*.[rR][bB] text=auto diff merge
*.[hH][pP][pP] text=auto diff merge
*.[sS][aA][sS][sS] text=auto diff merge
*.[tT][oO][mM][lL] text=auto diff merge
*.[hH][tT][mM] text=auto diff merge
*.[tT][eE][xX][tT][iI][lL][eE] text=auto diff merge
*.[pP][hH][pP] text=auto diff merge
*.[lL][eE][sS][sS] text=auto diff merge
*.[nN][uU][sS][pP][eE][cC] text=auto diff merge
*.[lL][iI][cC][eE][nN][sS][eE] text=auto diff merge
Cargo.lock text=auto diff merge
.gitattributes text=auto diff merge
.gitignore text=auto diff merge