Skip to content

When assigning with let = triggers indent for a record when it shouldn't #8

@PhilT

Description

@PhilT

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions