esformatter icon indicating copy to clipboard operation
esformatter copied to clipboard

Align multiline function parameters with the first parameter

Open jmullo opened this issue 8 years ago • 2 comments

Found no way to achieve this kind of formatting.

function fooBar(firstParameter,
                secondParameter,
                thirdParameter) {
    // code
}

This alone makes esformatter currently unusable :(

jmullo avatar Mar 17 '16 16:03 jmullo

this should be implemented as a plugin. see also: https://github.com/millermedeiros/esformatter/issues/233

millermedeiros avatar Mar 17 '16 20:03 millermedeiros

maybe feature request on https://github.com/manuelstofer/esformatter-align ?

millermedeiros avatar Mar 17 '16 21:03 millermedeiros