格式化前:

function func()
{
    return ;
}

格式化后:

function func() {
    return ;
}

在PhpStorm中的配置:File -> Settings -> Editor -> Code Style -> PHP

PhpStorm 格式化中花括号缩进方式

 

相关文章:

  • 2021-12-21
  • 2021-08-29
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-10
  • 2021-04-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案