PhpStorm设置如何在大括号样式后使用COMPACTED Allman同一行

时间:2019-07-10 17:45:48

标签: ide phpstorm code-formatting jetbrains-ide

我希望PHP格式在类,函数,如果,在,for,foreach的左大括号后面停止换行符。

class Foo
{   var    $numbers = array("one", "two", "three", "four", "five", "six");
    const FIRST  = 'first';
    const Z      = -1;

    function bar($v, $w = "a")
    {   $y      = $w;
        if(true)
        {   $y = 10;

1 个答案:

答案 0 :(得分:1)

据我所知,没有这样的选择。您可以在https://youtrack.jetbrains.com/newIssue

将其作为功能请求提交给JetBrains问题跟踪器