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

11 lines
54 B
Python

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