Files
openide/python/testData/formatter/hangingIndentInNamedArgumentValue_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

4 lines
34 B
Python

funcWithLongName(x=[
],
y=42)