-
Notifications
You must be signed in to change notification settings - Fork 140
/
.gitattributes
49 lines (45 loc) · 1.34 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
# enforce Unix line endings
*.afm text eol=lf
*.conf text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.dtd text eol=lf
*.h text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.ini text eol=lf
*.js text eol=lf
*.json text eol=lf
*.lock text eol=lf
*.md text eol=lf
*.mq4 text eol=lf
*.mq5 text eol=lf
*.mqh text eol=lf
*.mql text eol=lf
*.mqt text eol=lf
*.php text eol=lf
*.phtml text eol=lf
*.properties text eol=lf
*.sh text eol=lf
*.sql text eol=lf
*.syn text eol=lf
*.txt text eol=lf
*.volt text eol=lf
*.xml text eol=lf
*.yml text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
.ht* text eol=lf
# enforce Windows line endings
*.bat text eol=crlf
*.tpl text eol=crlf
hotkeys.ini text eol=crlf
# Gitgub Linguist overrides
etc/config/server.srv/* linguist-vendored
etc/doc/* linguist-documentation
etc/mql-libs/* linguist-vendored
etc/resources/icons/* linguist-vendored
etc/windows/winhex/* linguist-vendored
sounds/* linguist-vendored
*.mqh linguist-language=MQL4
*.tpl linguist-generated