Align assignments for Kotlin code style
已回答
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 vote for https://youtrack.jetbrains.com/issue/KT-25444