It does this when there is text after the cursor.
| = cursor position
Expected:
let something =
doSomething
let thisThing =|somethingElse
Actual:
let something =
doSomething
let thisThing =|somethingElse
When entering let thisThing = before somethingElse it indents when it shouldn't