Coding Style new line after opening bracket
Hello guys,
I've been using PHPStorm for over two years and I really love it. One thing I still haven't found out is how to do the bracket placement the way I want it. I will demonstrate:
if (true) {
// Code
}
PHPStorm only offers:
if (true) {
// Code
}
and
if (true)
{
// Code
}
Is there any way to achieve this?
Kind regards,
Wouter
Please sign in to leave a comment.
Feel free to open a feature reuqest on tracker:
http://youtrack.jetbrains.com/issues/WI#newissue=yes .