I would like the auto-formatter to help me keep the columns aligned 🤔
d
Dico
05/29/2019, 12:37 PM
I would use formatter directives
//@formatter:off
//@formatter:on
p
poohbar
05/29/2019, 12:39 PM
that would def work but then I would have to do the alignment manually
d
Dico
05/29/2019, 12:43 PM
🤷🏻
Formatter can't do it all. Maybe they could add similar directives where you can make it use a different formatter
p
poohbar
05/29/2019, 12:44 PM
yeah.. i know there is nothing you can do about it in java but kotlin can do pretty wicked stuff using extension function and lambda syntax, see this https://github.com/Kotlin/kotlinx.html