| = cursor ``` let evt = if someCondition then doSomething { record with field =| } ``` After entering `=`, the line is indented instead of staying aligned with the `if`
| = cursor
After entering
=, the line is indented instead of staying aligned with theif