vscode-phpfmt icon indicating copy to clipboard operation
vscode-phpfmt copied to clipboard

Configuration braces in the control structure

Open thalles opened this issue 7 years ago • 0 comments

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 {
 
}

thalles avatar Oct 18 '18 19:10 thalles