yasnippet-snippets icon indicating copy to clipboard operation
yasnippet-snippets copied to clipboard

Remove js-mode function newline

Open laampui opened this issue 3 years ago • 0 comments
trafficstars

remove unnecessary newline in js-mode function snippet.

before:

setTimeout(function () {

}
)

after removed the newline:

setTimout(function () {

})

laampui avatar Aug 24 '22 05:08 laampui