Do we anything equilavent to scala fmt for Kotlin....
# announcements
a
Do we anything equilavent to scala fmt for Kotlin. https://scalameta.org/scalafmt/
z
There's a few options, ktlint (see #CKS3XG0LS) is probably the most popular one https://github.com/pinterest/ktlint
a
Thanks @Zach Klippenstein (he/him) [MOD]
z
Facebook also has something: https://github.com/facebookincubator/ktfmt
m
If you use IJ, it has the Kotlin coding conventions built into the formatter. And you can have it format files before commit, assuming you use it for commits.