sublime phpfmt插件 环境配置
{
"enable_auto_align": true,
"format_on_save": true,
"indent_with_space": true,
"php_bin": "D:/phptools/php.exe",
"psr1_naming": false,
"psr2": true,
"version": 1
}
"enable_auto_align": true,
"format_on_save": true,
"indent_with_space": true,
"php_bin": "D:/phptools/php.exe",
"psr1_naming": false,
"psr2": true,
"version": 1
}