Skip to content

Formatting of multi-line function/event calls #10

@grigorescu

Description

@grigorescu

Currently, we have a script in base with the following:

info$store = Broker::create_clone(info$name,
                                  info$clone_resync_interval,
                                  info$clone_stale_interval,
                                  info$clone_mutation_buffer_interval);

The formatter tries to re-format it to:

info$store = Broker::create_clone(info$name, info$clone_resync_interval,
    info$clone_stale_interval, info$clone_mutation_buffer_interval);

I find the first version much more readable. Any other thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    style tweakA suggestion to style things differently

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions