Skip to content

Configuration for switch statement single line position #5

Open
@dsherret

Description

@dsherret

For example:

switch (test) {
    case 5: return 5;
    case 6:
        return 6;
    case 7: { return 7; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    configurationConfigurable formatting behaviour.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions