标签: phpstorm heredoc
我有这样的事情:
$heredoc = <<< HEREDOC_ID some $contents HEREDOC_ID;
但格式化后现在看起来像这样:
我可以在哪里设置此类选项?我在Editor -> Code Style -> PHP找不到它。
Editor -> Code Style -> PHP