Skip to content

Format on type removes spaces when we have brackets #1786

@DonJayamanne

Description

@DonJayamanne
def one():
    yield (1, 2)

turns into

def one():
    yield(1, 2)

same with await xyz() turns into awaitxyz()
same with assert xyz() turns into assertxyz()

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-formattingbugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions