Skip to content

Chained methods are indented #514

Closed
Closed
@jeremija

Description

@jeremija

Hi there,

It looks like PR #385 broke the way I'm used to write chained function calls:

db.fetch()
.then(doSomething)
.then(doSomethingElse);

Instead, it's now forcing an indent:

db.fetch()
    .then(doSomething)
    .then(doSomethingElse);

Is there an easy way to bring back the old behavior without checking out an old commit before the PR?

Thanks!

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