in combi with ktlint, which can automatically configure the formatting options in idea to conform to (afaik) the kotlin style guidelines
m
Mike
10/04/2018, 9:07 PM
IntelliJ has it built in. From settings, Editor, Code Style. Select Kotlin in the list. On top right of dialog is a
Set From...
.
In the dialog are predefined, and in there is the Kotlin Styleguide.
I don’t know if that’s the default for IntelliJ yet, but I have it as a setup instruction for all devs when they first install IntelliJ