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

4 lines
65 B
Python

if (some_long_condition or
another_long_condition):
pass