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

4 lines
49 B
Python

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