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

8 lines
260 B
Python

def foo():
def bar():
def baz():
if comments:
for comment in comments:
record += ' <comment ' + "".join(
ca + '=' + quoteattr(comment[ca]) + ' ' for ca in comment) + '/>\n'