How to configure PhpStorm to place parenthesis on the same line when formatting is triggered (Ctrl + Alt + L)? It currently formats in this way:
function()
{
}
and I want it to format like that
function() {
}
Settings/Preferences
Editor | Code Style | PHP | Wrapping and Braces
Braces placement | In function declaration = End of line
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With