Skip to content

Indention bug: default statements in cases are indented, the other case statements aren't #48

@ckruse

Description

@ckruse

Hi,

when writing a case statement it gets indented like this:

 switch(x) { case 1: doing() default: return }

It should be indented like the rest of the case statements:

 switch(x) { case 1: doing() default: return }

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