In PhpStorm is it possible to have the auto formatter align consecutive assignments in JavaScript? The PHP formatter has the option to align on equals ("+") by checking the "Align consecutive assignments" option in Settings -> Code Style -> PHP -> Other(Tab), but there doesn't seem to be that option for JavaScript, just for colon assignments.
I am using PhpStorm 7.1.3, the latest at the time of writing.
Thanks.