Skip to content

nested auto-indent bug #29

@chinwobble

Description

@chinwobble

I created a module like this and auto formatted the code by highlighting everything and pressing ==

I expect all the list of strings to be aligned.
However when nested like this they aren't.


module MyModule = {
  let result = [
    "a",
      "b",
      "c"
  ]
}


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions