`chain-method-continuation` seems to treat propert...
# ktlint
e
chain-method-continuation
seems to treat property accessors differently on first line compared to later lines. Is this intended? (examples in thread)
Untitled.kt
p
Yes, it is intended. So wrapping starts on first method call which is in line with name of the rule
chain-method-continuation
. See https://github.com/pinterest/ktlint/issues/2455 for more background.
1
e
makes sense 🙂 thanks for clarifying