docformatter icon indicating copy to clipboard operation
docformatter copied to clipboard

Missing indentation as in example

Open bagustris opened this issue 10 months ago • 0 comments

I follow the example in the readme,

Intead of getting this,

def launch_rocket():
    """Launch the rocket.

    Go colonize space.
    """

I got this (no change) ,

def launch_rocket():
    """Launch
the
rocket. Go colonize space."""
 """

Command used: docformatter --in-place example.py

bagustris avatar Apr 05 '24 07:04 bagustris