Closed laborg closed 4 years ago
If I format following code in vscode (ext 15.23)
function foo() try println("") catch println("") finally println("") end end
it turns into
which doesn't appear to be desired.
If I format following code in vscode (ext 15.23)
it turns into
which doesn't appear to be desired.