Skip to content

Do not add \n after label #859

@vjeux

Description

@vjeux
function f() {
  outer: while (1) {
    break outer;
  }
}

turns into

function f() {
  outer:
  while (1) {
    break outer;
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions