KT-1158 Formatter: indent fluent api calls

This commit is contained in:
Nikolay Krasko
2012-02-09 15:12:19 +04:00
parent 30a74d77b5
commit 8eb9649e7f
7 changed files with 63 additions and 15 deletions
@@ -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>
}