Skip to content

Ability to align elvis operators #162

@ziwei531

Description

@ziwei531

It would be great if the following can be considered.

Example input:

args.a  = rc.apple ?: "";
args.b  = rc.b ?: "";
args.c. = rc.camel ?: "";

When formatted, it will align the elvis operators:

args.a  = rc.apple   ?: "";
args.b  = rc.b       ?: "";
args.c  = rc.camel   ?: "";

Currently I don't seem to see any workarounds to enable this from the docs.

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