Align assignments for Kotlin code style
Answered
I've looked all in the Code Style for Kotlin to align assignment operators. But I can't find it.
I want to go from
var age = 20
var isAdmin = false
to
var age = 20
var isAdmin = false
Where is this tick box? I have found it for every other language.
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/KT-25444