Why doesn't IntelliJ's chop down on chained method calls with Kotlin?

已回答

If I understand chop down if long correctly, it should have a similar behavior to "Wrap always", if the line is too long. However, it looks like it's the same as "Wrap if long" for Kotlin for some reason. I attached two screenshots, one shows the behavior if you change it to Wrap always and one shows the behavior if you change it to Chop down if long.

0

请先登录再写评论。