vscode-phpfmt
vscode-phpfmt copied to clipboard
Configuration braces in the control structure
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 {
}