PhpStorm - 同一行上的括号格式

Max*_*kyi 9 phpstorm

如何配置PhpStorm在触发格式化时将括号放在同一行(Ctrl + Alt + L)?它目前以这种方式格式化:

function()
{

}
Run Code Online (Sandbox Code Playgroud)

我希望它像这样格式化

function() {

}
Run Code Online (Sandbox Code Playgroud)

Laz*_*One 20

  1. Settings/Preferences
  2. Editor | Code Style | PHP | Wrapping and Braces
  3. Braces placement | In function declaration = End of line