Files
openide/python/testData/formatter/multilineIfConditionLessComparisonsKeywordAtEnd.py

4 lines
71 B
Python

if 1 < 4 and \
5 < 7: # WRONG again, too many spaces
pass