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 6, 2024
1 parent 50832aa commit e9dc2e4
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 e9dc2e4

Please sign in to comment.