mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
instead of using artificially built indentation. It also covers all collection literals, comprehensions and glued string literals in parentheses most of which were overlooked in the previous implementation.
2 lines
38 B
Python
2 lines
38 B
Python
xs = ('foo', 'bar',
|
|
'baz'<caret> |