phpfmt自动删除代码解决方案
2019-06-16 本文已影响0人
半岛迷音
{
"autocomplete": false,
"enable_auto_align": true,
"format_on_save": false,
"indent_with_space": true,
"php_bin": ".../path/to/php.exe", //改为你PHP路径
"psr1_naming": false,
"psr2": true,
"passes":
[
"OnlyOrderUseClauses"
],
"version": 1
}