mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +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'
|
|
)
|