Kotlin comment formatting in IntelliJ/Android Studio -


is there way format long kotlin comments in intellij idea/android studio same way java comments when set:

code style > java > javadoc > wrap @ right margin

when turn setting on, after formatting turns this:

/**  * very long comment should multi-line....  */ 

into this:

/**  * very long comment  * should multi-line...  */ 

i don't see same option kotlin maybe there way achieve this?

there open issue reported, please follow updates.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -