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

4 lines
49 B
Python

if foo is None \
and bar == 42:
pass