Skip to content

Commit

Permalink
Also format Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Nov 2, 2024
1 parent 0480641 commit e2b20f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ subprojects {
googleJavaFormat()
formatAnnotations()
indentWithTabs(2)
importOrder('\\#', 'java|javax', 'net.minecraft|com.mojang', 'net.fabricmc|net.minecraftforge', 'at.petrak', '')
}
kotlin {
ktfmt().googleStyle()
indentWithTabs(2)
}
}
}
Expand Down

0 comments on commit e2b20f8

Please sign in to comment.