Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 321 Bytes

#VSCode-phpfmt

基于phpfmt实现的vscode代码格式化插件

##配置

{
    //code style:psr,psr1,psr-name,psr2,yoda,cakephp
    "phpfmt.style": ["psr2"],
    //default 4
    "phpfmt.indent_with_space":4
}

##格式化代码 'ctrl+shift+i' to formatter code.