Skip to content

No indentation on .ts files when adding line break #189

Open
@wilitp

Description

@wilitp

Adding a line break doesn't add indentation on the next line for .ts files but does for .tsx files.

Behavior

const payload = {
user: {...}
}

Expected behavior

const payload = {
  user: {...}
}

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