Skip to content

Unindent before ) #77

Open
Open
@mahrud

Description

@mahrud

Currently the indentation rule for M2-mode (which is the de factor standard M2 style) is like this:

f = x -> (
    2 * x
    )

More and more though, as people use VSCode or learn M2 after other languages, they expect something like:

f = x -> (
    2 * x
)

I think we should discuss making this official in M2-mode so there isn't two different styles floating around.

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