Skip to content

Commit 9691be1

Browse files
committed
Polish "Add .gitattributes"
See spring-projectsgh-27615
1 parent cb6bee0 commit 9691be1

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+
*.java text diff=java
4+
*.kt text diff=java
5+
*.groovy text diff=java
6+
7+
*.bat text eol=crlf
8+
*.bash text eol=lf
9+
*.sh text eol=lf
10+
11+
*.jar binary

0 commit comments

Comments
 (0)