Formatter: force keyword to be on exactly next line if the corresponding option is set
This commit is contained in:
@@ -8,6 +8,11 @@ fun f() {
|
||||
} catch (e: E) {
|
||||
} finally {
|
||||
}
|
||||
|
||||
try {
|
||||
} catch (e: E) {
|
||||
} finally {
|
||||
}
|
||||
}
|
||||
|
||||
// SET_TRUE: CATCH_ON_NEW_LINE
|
||||
|
||||
Reference in New Issue
Block a user