Skip to content

bracket on new line indents incorrectly #20

@createthis

Description

@createthis

Example:

if (1)
  {
    echo 'foo';
  }

I expect this to indent as:

if (1)
{
  echo 'foo';
}

It appears to handle the bracket inline just fine though:

if (1) {
  echo 'foo';
}

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