Alex Walker
Alex Walker
- Further fleshes out rust support - Adds specs - Should resolve #41 Caveat: I don't know/use rust, but I ref'd the rust-lang book, etc.
Python import statements can be written in a few different styles. Initially, I wanted the equivalent of `toggle_multiline()` for `import_from_statements` between "inline" and "expand" (see `Formats`), but certain style guides...
This rewrites {set,list,dictionary}_ comprehensions into it's expanded for loop form. Unlike the if/else ternary code, this can safely preserve all comments. Notice: It does not support an action to toggle...