Files
openide/python/testData/formatter/noAlignForMethodArguments_after.py
Mikhail Golubev 5b763d7de7 PY-17979 Reverted controversial fix for the PY-13304
Continuation indent is used for function arguments only to avoid
structure ambiguity.
2016-01-13 20:19:39 +03:00

6 lines
98 B
Python

def long_method_name(bar, baz): pass
long_method_name("long string one",
"long string two")