prettier-plugin-coffeescript
prettier-plugin-coffeescript copied to clipboard
Option for whether to put space around = in default param
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?