Releases: jkittner/double-indent
Releases · jkittner/double-indent
0.1.5
What's Changed
- fix a bug where multiline defaults or type annotations were dedented by @jkittner in #26
Full Changelog: 0.1.4...0.1.5
0.1.4
- fix a bug where arguments of
async def
functions were incorrectly indented issue: #7 pr: #12
0.1.3
- bug fix: comments were not indented correctly #6 #9
- use
reversed_enumerate
when rewriting #4