We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9506a19 commit 4de83bcCopy full SHA for 4de83bc
.gitattributes
@@ -0,0 +1,34 @@
1
+# Java sources
2
+*.java text diff=java
3
+*.kt text diff=kotlin
4
+*.groovy text diff=java
5
+*.scala text diff=java
6
+*.gradle text diff=java
7
+*.gradle.kts text diff=kotlin
8
+
9
+# These files are text and should be normalized (Convert crlf => lf)
10
+*.css text diff=css
11
+*.scss text diff=css
12
+*.sass text
13
+*.df text
14
+*.htm text diff=html
15
+*.html text diff=html
16
+*.js text
17
+*.jsp text
18
+*.jspf text
19
+*.jspx text
20
+*.properties text
21
+*.tld text
22
+*.tag text
23
+*.tagx text
24
+*.xml text
25
26
+# These files are binary and should be left untouched
27
+# (binary is a macro for -text -diff)
28
+*.class binary
29
+*.dll binary
30
+*.ear binary
31
+*.jar binary
32
+*.so binary
33
+*.war binary
34
+*.jks binary
0 commit comments