delimitMate
delimitMate copied to clipboard
delimitMate_expand_cr improper indent
Not expanding the ()
on return
. Cursor doesn't indent:
const test = () => {
return (
|
)
}