mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
It is not actually exposed anywhere in Python code style settings and defaults to false thus affecting parenthesized multiline (chained) qualified references and calls. Previously, oddly enough, this behavior was controlled by ALIGN_COLLECTIONS_AND_COMPREHENSIONS flag.
4 lines
55 B
Python
4 lines
55 B
Python
some_var = (Foo
|
|
.bar()
|
|
.baz())
|