Closed
Description
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
Labels
No labels