Hi! Is it still possible to align property declara...
# intellij
t
Hi! Is it still possible to align property declarations by the code formatter? I tried to find it under code style but without any luck. What I would like to get:
Copy code
val button    by render(strings.button) { buttonDemo() }
    val calendar  by render(strings.calendar) { calendarDemo() }
    val card      by render(strings.card) { cardDemo() }
    val container by render(strings.container) { containerDemo() }