mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +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
51 B
Python
4 lines
51 B
Python
some_var = (Foo
|
|
.bar
|
|
.baz)
|