-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitattributes
38 lines (35 loc) · 861 Bytes
/
.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
# Original at: https://github.com/scala/scala/blob/master/.gitattributes
# fallback on built-in heuristics
# this must be first so later entries will override it
* text=auto
# For most text files lets just use LF
*.c eol=lf
*.check eol=lf
*.conf eol=lf
*.cpp eol=lf
*.css eol=lf
*.flags eol=lf
*.go eol=lf
*.html eol=lf
*.js eol=lf
*.md eol=lf
*.policy eol=lf
*.properties eol=lf
*.rs eol=lf
*.sbt eol=lf
*.scala eol=lf
*.sh eol=lf
*.toml eol=lf
*.txt eol=lf
*.xml eol=lf
# Windows-specific files get windows endings
*.bat eol=crlf
*.cmd eol=crlf
# Some binary file types for completeness
# (binary is a macro for -text -diff)
*.so binary
*.dll binary
*.gif binary
*.jar binary
*.jpg binary
*.png binary