Answer the question
In order to leave comments, you need to log in
PHPStorm moves parenthesis in if to new line, what should I do?
Hello colleagues.
I need PHPStorm to auto-format code like this:
if ($some_var) {
// some code
}
if ($some_var)
{
// some code
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question