Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing indentation as in example #278

Open
bagustris opened this issue Apr 5, 2024 · 0 comments
Open

Missing indentation as in example #278

bagustris opened this issue Apr 5, 2024 · 0 comments
Labels
fresh This is a new issue

Comments

@bagustris
Copy link

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 bagustris changed the title Missin indentation as in example Missing indentation as in example Apr 5, 2024
@github-actions github-actions bot added the fresh This is a new issue label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fresh This is a new issue
Projects
None yet
Development

No branches or pull requests

1 participant