I'm using WebStorm code auto formatting and notice that it doesn't format correctly generator functions. I need this:
function* (), function* name()
But WebStorm formats it to this:
function*(), function* name()
There are some settings in WebStorm's code style preferences, but seems like they do not cover this case. Are there any solutions?