there are coding conventions here <https://kotlinl...
# codingconventions
m
s
What i actually meant was some style guides to be while reformatting the code. You can try the square java-code-styles first 😄
g
Yes, this coding convention is part of Kotlin plugin for Idea, you just should enable it to reformat code according Kotlin convention
s
So its basically there by default in Idea ?
g
Yes, this is a part of Kotlin Plugin for Idea that sheeped by default with Idea. but reformatting according official style guide is disabled by default, it has some known bugs
👍 1