Skip to content

Indentation issues on multiline call expressions #6451

Closed
@saschanaz

Description

@saschanaz
Promise.resolve([
]).then(
    [
    /* indentation expected: 8, actual: 4 */
    ]
    )/* type ';' -> formatter indentation expected: 0, actual: 4  */

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: FormatterThe issue relates to the built-in formatterFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions