vscode
vscode copied to clipboard
Collapse ending brace to the same line
We are still needing an option that collapses braces to the same line, see #3352
// Allow to collapse like this
function a() { ... }
// Instead of only this
function a() { ...
}