首页 > PHPstorm 9.0.2 在哪设置 HereDoc 的格式?

PHPstorm 9.0.2 在哪设置 HereDoc 的格式?

格式化的时候想这样:

$heredoc = <<< HEREDOC_ID
some $contents
HEREDOC_ID;

但是现在格式化以后是这样:

$heredoc 
     = <<< HEREDOC_ID
some $contents
HEREDOC_ID;

请问在哪里设置呢? Editor->Code&style->PHP 找了很久都没有找到呢!


问题已解决:http://stackoverflow.com/questions/33603400/where-are-the-setting-for-heredoc-format-style-in-phpstorm-9-0-2/33884096

【热门文章】
【热门文章】