KT-1158 Formatter: indent fluent api calls
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
MyFunc1()
|
||||
.MyFunc2()
|
||||
.MyFunc3()
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
MyFunc1()
|
||||
.MyFunc2()
|
||||
.MyFunc3()
|
||||
}
|
||||