Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Inconsistent indentation after newline? #695

Description

@drathier

Using | for cursor:
1.

  let thingy :: M.Map String String
      thingy = |asdf
  1. press enter, to line break
  2. end up with this
  let thingy :: M.Map String String
      thingy =
        as|df

but expected this

  let thingy :: M.Map String String
      thingy =
        |asdf

I'm suspecting that you're using 4 space indentation, and I'm using 2 space indentation?

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