You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't made any changes to this project for years since it's been working "good enough" for me, and helps with getting a dense Python dict into a more readable format easily.
Since this was made Black has become a thing. It might work better for this use case as it parses the code better than my quick work does.
That said, if you are up for making a pull request to improve the formatting of this plugin, then I'd be happy to consider it. I've generally tried to keep the formatting rather generic and not add (m)any special cases, so I'd appreciate if it could be done in a similar way - if possible.
When formatting the following:
I get this:
while I would rather get this:
Except general formatting, also note no space after
OrderedDict
or1
.The text was updated successfully, but these errors were encountered: