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

3 lines
48 B
Python

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