Add Kotlin to .gitattributes

This commit is contained in:
Ennui Langeweile 2022-10-29 12:38:20 -03:00 committed by GitHub
parent 6596951f3f
commit 03b23d56ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1,5 +1,7 @@
*.java text eol=lf diff=java
*.gradle text eol=lf diff=java
*.kt text eol=lf diff=kotlin
*.kts text eol=lf diff=kotlin
gradlew text eol=lf
*.bat text eol=crlf