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