Closed
Description
Using the latest commit on the develop branch (ea58033), hanging indents cause subsequent lines to be indented. That is, this happens:
expect(whatever).toBe(
'some', 'parameters', 'here', 'whatever');
expect(aThing).toHaveBeenCalledWith('foo');
expect(anotherThing).toHaveBeenCalledWith('bar');
whereas I would expect this:
expect(whatever).toBe(
'some', 'parameters', 'here', 'whatever');
expect(aThing).toHaveBeenCalledWith('foo');
expect(anotherThing).toHaveBeenCalledWith('bar');
Metadata
Metadata
Assignees
Labels
No labels