Join Slack
Powered by
Is there a ktlint rule or combination or rules tha...
# ktlint
k
Kev
04/19/2024, 3:26 AM
Is there a ktlint rule or combination or rules that will transform a snippet from
Copy code
val foo = a { }.b { }.c { }.d { }
into
Copy code
val foo = a { }.b { }.c { }.d { }
p
Paul Dingemans
04/19/2024, 3:23 PM
No there is not. Please consult docs for available
rules
.
4
Views
Open in Slack
Previous
Next