Skip to content

Commit 711741b

Browse files
committed
fix gradle wrapper
1 parent e9b3ae9 commit 711741b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.gitattributes

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Common settings that generally should always be used with your language specific settings
1+
# https://help.github.com/articles/dealing-with-line-endings/
2+
# https://github.com/alexkaratarakis/gitattributes
23

3-
# Auto detect text files and perform LF normalization
4-
* text eol=lf
4+
* text=auto
55

66
# The above will handle all files NOT found below
77

@@ -44,12 +44,14 @@
4444
*.cmd text eol=crlf
4545
*.ps1 text eol=crlf
4646

47-
48-
# JVM sources
49-
*.java text diff=java
50-
*.gradle text diff=java
51-
*.kt text diff=java
52-
*.kts text diff=java
47+
# JVM
48+
*.java text diff=java
49+
*.gradle text diff=java
50+
*.java text diff=java
51+
*.kt text diff=kotlin
52+
*.kts text diff=kotlin
53+
*.properties text
54+
*.jar binary
5355

5456
# Text files where line endings should be preserved
5557
*.patch -text

0 commit comments

Comments
 (0)