-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path.gitattributes
40 lines (36 loc) · 882 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
39
40
# Set default behavior to automatically normalize line endings
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted to LF line endings on checkout.
*.java text eol=lf
*.gradle text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.properties text eol=lf
*.example text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.csv text eol=lf
*.json text eol=lf
*.css text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.config text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
LICENSE text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.jar binary
*.zip binary
*.mp3 binary
*.ttf binary
# Handle line endings for shell scripts
*.sh text eol=lf
gradlew text eol=lf
# Handle line endings for Windows batch scripts
*.bat text eol=crlf