We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b3ae9 commit 711741bCopy full SHA for 711741b
.gitattributes
@@ -1,7 +1,7 @@
1
-# Common settings that generally should always be used with your language specific settings
+# https://help.github.com/articles/dealing-with-line-endings/
2
+# https://github.com/alexkaratarakis/gitattributes
3
-# Auto detect text files and perform LF normalization
4
-* text eol=lf
+* text=auto
5
6
# The above will handle all files NOT found below
7
@@ -44,12 +44,14 @@
44
*.cmd text eol=crlf
45
*.ps1 text eol=crlf
46
47
-
48
-# JVM sources
49
-*.java text diff=java
50
-*.gradle text diff=java
51
-*.kt text diff=java
52
-*.kts text diff=java
+# JVM
+*.java text diff=java
+*.gradle text diff=java
+*.kt text diff=kotlin
+*.kts text diff=kotlin
53
+*.properties text
54
+*.jar binary
55
56
# Text files where line endings should be preserved
57
*.patch -text
0 commit comments