kokororin / vscode-phpfmt

Integrates phpfmt into VS Code
https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt
BSD 3-Clause "New" or "Revised" License
130 stars 30 forks source link

Configuration braces in the control structure #56

Closed thalles closed 1 year ago

thalles commented 5 years ago

Hi, Congratulations on your work, it's very good! I need my code like that.

if ($config->get('')) {

}
else {

}

But stay that way

if ($config->get('')) {

} else {

}