Indenter: fix indentation on top level in scripts

This commit is contained in:
Pavel V. Talanov
2016-06-16 14:36:55 +03:00
parent b0bff64cff
commit 8921ced9dd
6 changed files with 43 additions and 0 deletions
@@ -0,0 +1,7 @@
fun foo() {
}
foo()<caret>
foo()