-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitattributes
30 lines (28 loc) · 1.01 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
# Java sources
*.java text diff=java eol=crlf
*.gradle text diff=java eol=crlf
*.gradle.kts text diff=java eol=crlf
# These files are text and should be normalized (Convert crlf => lf)
*.css text diff=css eol=crlf
*.df text eol=crlf
*.htm text diff=html eol=crlf
*.html text diff=html eol=crlf
*.json text diff=json eol=crlf
*.js text eol=crlf
*.jsp text eol=crlf
*.jspf text eol=crlf
*.jspx text eol=crlf
*.properties text eol=crlf
*.tld text eol=crlf
*.tag text eol=crlf
*.tagx text eol=crlf
*.xml text eol=crlf
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary
*.jks binary