Skip to content

[Feature Request] remove the indent before the parameters in Numpy style #32

Description

@Fau818

The docstring generated by the plugin.

"""

Parameters
----------
    foo1 :
    foo2 :
    ...

"""

Expected result

"""

Parameters
----------
foo1 :
foo2 :
...

"""

Is it possible to add an option for the user to choose? Or just change the default format.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions