Skip to content

haskell-mode includes space before newlines #17

@bremner

Description

@bremner

in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570243

Marco Túlio Gontijo e Silva writes

If I have a line like:

Data D = A | B$

With a cursor right after A, and I press , I get:

Data D = A $
  | B$

When I expected to get:

Data D = A$
    | B$

(I included a $ in the end of the line.)

[edit by bremner; fix markup to more clearly show expected results]

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