Sublime Text 3 + phpfmt 插件

phpfmt 插件参数

```json
{
"autocomplete": true,
"enable_auto_align": true,
"format_on_save": true,
"indent_with_space": true,
"psr1_naming": false,
"psr2": true,
"version": 4
}
```

相关文章:

  • 2021-11-21
  • 2021-12-15
  • 2021-08-06
  • 2021-11-05
  • 2022-12-23
  • 2022-02-07
  • 2021-05-31
  • 2021-08-04
猜你喜欢
  • 2021-07-12
  • 2022-12-23
  • 2021-08-26
  • 2022-02-07
  • 2021-12-06
相关资源
相似解决方案