Enable if statement formatting
Answered
Hi, I've somehow disabled following python if statement formatting, where can I enable it again?
if a > 50 and b < 50
to
if a > 50 > b
Thanks,
Luke
Please sign in to leave a comment.
Hi,
Make sure that the following inspection is enabled and that Ignore statements with a constant in the middle is disabled.
Thanks! I can see that, this post can be marked as resolved. ;)
Best regards