PhpStorm 代码样式 class 标记后没有第一级缩进,可能吗?

PhpStorm Code Style no first level indentation after class tag, possible?

是否可以告诉 PhpStorm 我不想在 class 标签后开始新的缩进级别?

我找遍了,Settings>Editor>Code Style>PHP 中有很多选项,但我没能在那里找到它。

这将是一个例子:

<?php

class test {

public function testFunction() {
    //Look ma, first level of indention!
}

}

没有这个选项。

https://youtrack.jetbrains.com/issue/WI-12068 -- 观看此票证 (star/vote/comment) 以获得有关任何进展的通知。到目前为止,这张票还没有计划用于任何特定的未来版本。