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

11 lines
85 B
Python

sum(
1,
2, 3,
5,
)
sum(
1,
2, 3,
5)