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