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

10 lines
151 B
Python

a = b = c = 0
if (a and b and c or
a and b or
a or
a and b or
a and b and c or
a and b or
a):
pass