Skip to content

Formatting of multi-line function/event calls #10

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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