mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Additionally, check that "Align collections and comprehensions when multiline" setting doesn't affect it as it used to.
9 lines
62 B
Python
9 lines
62 B
Python
s1 = ('foo'
|
|
'bar'
|
|
)
|
|
|
|
s2 = (
|
|
'foo'
|
|
'bar'
|
|
)
|