mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
Also I partially reverted previous fix in PyBlock#isWhitespaceLineBreaks, because current approach is more general and that workaround is no longer needed (multiple whitespaces are collapsed into single element as in other languages).
3 lines
19 B
Python
3 lines
19 B
Python
x = {
|
|
'foo': 42,
|
|
} |