Open smogg opened 6 years ago
(defn meh[])
)
enter
The cursor should end up on the new line at proper indentation level
Cursor jumps to the new line and the immediately jumps to the beginning of the line where it started.
Yeah, it's a real problem. :/
Steps to reproduce
(defn meh[])
(cursor will be right before the closing paren)
)enter
Expected behavior
The cursor should end up on the new line at proper indentation level
Actual behavior
Cursor jumps to the new line and the immediately jumps to the beginning of the line where it started.