Is there a ktlint rule or combination or rules tha...
# ktlint
k
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
No there is not. Please consult docs for available rules.