Is it really need to separate...
functionality of
"Reformat code"
and
"Auto-indent lines"
?
I just discover that auto indent not PEP-perfect work with dictionaries and lists
Or this is bug?
"Reformat code"
and
"Auto-indent lines"
?
I just discover that auto indent not PEP-perfect work with dictionaries and lists
_dict = {
't1': 't1',
't2': 't1',
't3': 't1',
}
_list = [
1,
2,
3,
]
Or this is bug?
Please sign in to leave a comment.