Skip to content

switch pattern indents case; breaks its rule #1 #77

@xhroot

Description

@xhroot

switch pattern case statements are indented.
expect to be aligned with switch declaration.

* 1. Aligning each `case` with `switch`

...

switch (inspect_me) {
    case 0:
        result = "zero";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions