Files
openide/python/testData/formatter/alignmentInArgumentListWhereFirstArgumentIsEmptyCall.py
Mikhail Golubev efc43fbd53 PY-15530 Fix detection of hanging indent for the case of function call as the first argument of another call
Hanging indent is recognized only when there is no items after
opening brace AND there is no closing brace on the same line.
2015-04-23 22:06:22 +03:00

3 lines
51 B
Python

def test():
x=foobar(bar(),
z=baz)