surround with try|finally: insert new line and indent (IDEA-71020)

This commit is contained in:
Anna Kozlova
2012-06-19 20:08:11 +04:00
parent a586543943
commit c058e0d5a1
2 changed files with 15 additions and 5 deletions
@@ -3,7 +3,8 @@ class Test {
try {
// This is comment"
int i = 1;
} finally {<caret>
} finally {
<caret>
}
}
}