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

0
2 comments

Hi,

Make sure that the following inspection is enabled and that Ignore statements with a constant in the middle is disabled.

1

Thanks! I can see that, this post can be marked as resolved. ;)

 

Best regards 

0

Please sign in to leave a comment.