mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 01:11:31 +07:00
Hanging indent is recognized only when there is no items after opening brace AND there is no closing brace on the same line.
3 lines
51 B
Python
3 lines
51 B
Python
def test():
|
|
x=foobar(bar(),
|
|
z=baz) |