Skip to content

Extra space is added after ! in if statements #277

Description

@brady444

The new formatter adds an extra space after ! in if statements:

if ! valid:
	print("invalid")

The old formatter allowed no space:

if !valid:
	print("invalid")

Please allow this or add an option for this. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions