Skip to content

Commit e2b20f8

Browse files
committed
Also format Kotlin
1 parent 0480641 commit e2b20f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,10 @@ subprojects {
8383
googleJavaFormat()
8484
formatAnnotations()
8585
indentWithTabs(2)
86-
importOrder('\\#', 'java|javax', 'net.minecraft|com.mojang', 'net.fabricmc|net.minecraftforge', 'at.petrak', '')
86+
}
87+
kotlin {
88+
ktfmt().googleStyle()
89+
indentWithTabs(2)
8790
}
8891
}
8992
}

0 commit comments

Comments
 (0)