ktfmt

Kotlin code formatter that enforces consistent style

brewmacoslinux
Try with needOr install directly
Source

About

Kotlin code formatter

Commands

ktfmt

Examples

Format a single Kotlin file$ ktfmt MyFile.kt
Format all Kotlin files in a directory$ ktfmt src/
Check formatting without modifying files$ ktfmt --dry-run MyFile.kt