I am using the extension PHP Formatter
and to order the code I use Shift + Alt + F the result is the following:
And what I need is like this:
How can I make the curly braces in my code not break a line, when I execute the automatic ordering of PHP Formatter
?
First of all, Thanks.