WebStorm 自动重新格式化 JS 代码选项:class 声明之后的换行符 - 在“{”之前?

WebStorm auto-reformatting JS code options: newline after class declaration - before '{'?

我在 WebStorm(设置->编辑器->代码样式-> JavaScript)中发现了很多用于自动重新格式化代码的好选项,但是我该如何更改这个换行符-class -声明格式:

export class A{
    constructor( something )
    {
    ....

对此:

export class A
{
    constructor( something )
    {
    ....

?

暂无此选项,请投给WEB-20152