Skip to content

Bug Report for Python editor #4994

@gomholt

Description

@gomholt

Breaking up the conditional of an if statement does not automatically indent as expected when going to a new line.

example:

if (True 
or True): #hiting enter here

expected:

if (True 
or True):
    print("should be indented") 

actual:

if (True 
or True):
print("expected an indented block after 'if')

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