Skip to content

haskell-indentation misbehaves for comments #1101

Closed
@jstolarek

Description

@jstolarek

Say I have:

data F -- bla blaX

where X is current cursor position. I would expect that pressing M-j will align comment on the new line with comment on the previous line, but it doesn't:

data F -- bla bla
     -- X

Pressing TAB cycles only between that indentation and no indentation at all. Expected result:

data F -- bla bla
       -- X

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions