vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Collapse ending brace to the same line

Open tomaszbk opened this issue 7 months ago • 0 comments

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() { ...
 }

tomaszbk avatar May 09 '25 14:05 tomaszbk