-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
84 lines (79 loc) · 1.29 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
78
79
80
81
82
83
84
# This file has been generated using '.gitattributes Generator'.
# You can generate yours at http://ihopepeace.github.io/gitattributes_generator
* text=auto
# Explicitly declare text files that should be normalized and converted
# to native line endings on checkout.
*.js text
*.json text
*.cpp text
*.c text
*.hpp text
*.h text
*.py text
*.hs text
*.tex text
*.sty text
*.cls text
*.dot text
*.gv text
*.java text
*.pl text
*.php text
*.rb text
*.rs text
*.lhs text
*.vim text
*.nvim text
*.lua text
*.sh text
*.bash text
*.svg text
*.html text
*.css text
*.scss text
*.md text
*.rst text
*.txt text
*.wiki text
# Declare files that should have CRLF line endings on checkout.
*.cs eol=crlf
*.ps1 eol=crlf
*.bat eol=crlf
# Declare files that should have LF line endings on checkout.
*.js eol=lf
*.json eol=lf
*.cpp eol=lf
*.c eol=lf
*.hpp eol=lf
*.h eol=lf
*.py eol=lf
*.hs eol=lf
*.tex eol=lf
*.sty eol=lf
*.cls eol=lf
*.dot eol=lf
*.gv eol=lf
*.java eol=lf
*.pl eol=lf
*.php eol=lf
*.rb eol=lf
*.rs eol=lf
*.lhs eol=lf
*.vim eol=lf
*.nvim eol=lf
*.lua eol=lf
*.sh eol=lf
*.bash eol=lf
*.svg eol=lf
*.html eol=lf
*.css eol=lf
*.scss eol=lf
*.md eol=lf
*.rst eol=lf
*.txt eol=lf
*.wiki eol=lf
# Declare files that are truly binary and shouldn't be modified.
*.jpeg binary
*.jpg binary
*.png binary
*.pdf binary