the inner dictionaries of a set of nested dictionaries does not properly indent. It only indents to the same level as the parent dictionary.
Logged In: YES user_id=253921 Originator: NO
This seems to work... Was this fixed at some point (in which case the ticket should be closed). d = {'a':{'b':3, 'c':4}}
Please disregard my previous comment: I was using python.el... This may still be a bug with python-mode.el.
Log in to post a comment.
Logged In: YES
user_id=253921
Originator: NO
This seems to work... Was this fixed at some point (in which case the ticket should be closed).
d = {'a':{'b':3,
'c':4}}
Logged In: YES
user_id=253921
Originator: NO
Please disregard my previous comment: I was using python.el... This may still be a bug with python-mode.el.