mirror of
https://github.com/QuiltMC/quilt-template-mod
synced 2024-08-15 00:23:32 +00:00
Add Kotlin to .gitattributes
This commit is contained in:
parent
6596951f3f
commit
03b23d56ba
1 changed files with 2 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,5 +1,7 @@
|
||||||
*.java text eol=lf diff=java
|
*.java text eol=lf diff=java
|
||||||
*.gradle 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
|
gradlew text eol=lf
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue