prettier-plugin-coffeescript icon indicating copy to clipboard operation
prettier-plugin-coffeescript copied to clipboard

Formatting: assignment to @method call shouldn't break

Open helixbass opened this issue 6 years ago • 0 comments

With indentChain: false, this is formatting like this:

aaaaaaaaa =
  @cacheToCodeFragments step.cache o, LEVEL_LIST, shouldCache

but should presumably be nicer like this:

aaaaaaaaa = @cacheToCodeFragments(
  ...
)

This seems to get a little bit into isChainableCall() - should sniff around that wrt #111's changes

helixbass avatar Apr 19 '19 20:04 helixbass