mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
When we use tab characters for indents in Python sources, for some reason indents and line feeds inside literal expressions for collections are represented as several consecutive PsiWhiteSpace elements. Method isWhitespaceWithLineBreaks can't count new lines in such cases correctly and hence PyBlocks for PyKeyValuePair don't get desired indentation.
6 lines
55 B
Python
6 lines
55 B
Python
message = {
|
|
'action': oct,
|
|
'type': type,
|
|
'id': id,
|
|
}
|