You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The probem happens with js2-version 1.8.5 and smarparents from melpa: smartparens-20170104.410. I tried with Emacs 25.1 and no extra configuration besides js2-mode and smartparens.
To reproduce it:
functionf(){<|>
return 42; // 2 spaces of indentation
}
After C-k, I get:
functionf(){<|> return 42; // 1 space of indentation, point at the beginning of the line
}