Skip to content

Indentation after function call with indented arguments #65

Open
@lleaff

Description

@lleaff

With a function call such as this:

call(arg1,
     arg2)

     oops()

     function() {
       'everything indented'
     }

or

call(
  arg1,
  arg2)

  oops()

  function() {
    'everything indented'
  }

yats_indent-screenshot-01943

The auto indentation with = adds indentation to everything coming after that call. I would expect oops and everything after to not be indented.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions