Skip to content

Commit 502d00d

Browse files
committed
Update .gitattributes
1 parent 10cdceb commit 502d00d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
# --- Java source files ---
66
*.java text diff=java
77

8+
# --- Kotlin source files ---
9+
*.kt text diff=kotlin
10+
*.kts text diff=kotlin
11+
12+
# --- Groovy source files ---
13+
*.groovy text diff=groovy
14+
*.gsh text
15+
*.groovy.kts text
16+
817
# --- Gradle files ---
918
*.gradle text
1019
*.gradle.kts text

0 commit comments

Comments
 (0)