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

3 lines
48 B
Python

if (foo is None
and bar == 42):
pass