Formatter: support "catch on new line" and "finally on new line" options
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
fun f() {
|
||||
try {
|
||||
}
|
||||
catch (e: E) {
|
||||
}
|
||||
finally {
|
||||
}
|
||||
|
||||
try {
|
||||
} catch (e: E) {
|
||||
} finally {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_TRUE: CATCH_ON_NEW_LINE
|
||||
// SET_TRUE: FINALLY_ON_NEW_LINE
|
||||
Reference in New Issue
Block a user