Skip to content

Commit 497d68a

Browse files
committed
Polish "Add .gitattributes"
See spring-projectsgh-27615
1 parent 8c2dd7c commit 497d68a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.gitattributes

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
* text=auto eol=lf
1+
* text eol=lf
22

3-
*.bat text eol=crlf
4-
*.jar binary
3+
*.groovy text diff=java
4+
*.java text diff=java
5+
*.kt text diff=java
6+
7+
*.bat text eol=crlf
8+
9+
*.gif binary
10+
*.jar binary
11+
*.jpg binary

0 commit comments

Comments
 (0)