Skip to content

New option for hanging indent #196

@pchakraborty

Description

@pchakraborty

Is it possible to add an option for a custom hanging intent spacing in fprettify? Currently,

   output = def( &
        input1, &
        input2, &
        input3)

gets converted to

   output = def( &
            input1, &
            input2, &
            input3)

but I’d really like to preserve the original indentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions