Skip to content

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

@createthis

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();

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