kokororin / vscode-phpfmt

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

¿How to keep the curly braces on the same line? #53

Closed mikelgmh closed 5 years ago

mikelgmh commented 5 years ago

After formatting the file the curly braces appear on the next line.

FROM

method(){

}

TO

method()
{

}

I want to keep it like in the first example.

kokororin commented 5 years ago

11