Skip to content

Does not handle multi-line method chaining indent properly #26

Description

@createthis

This package handles multi-line method indent like this:

const foo = this.someMethod()
.someOtherMethod();

But it should handle it like this (or at least provide the option to handle it this way):

const foo = this.someMethod()
  .someOtherMethod();

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions