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

Option for whether to put space around = in default param

Open helixbass opened this issue 6 years ago • 0 comments

I personally prefer (a=b) -> to (a = b) ->

I guess the option would apply to all "default assignments"? eg

{a=1} = b
{a: {b}={}, c} = d

Those don't look quite as nice to me so maybe allow to specify which types of constructs to not space?

helixbass avatar Mar 24 '19 18:03 helixbass