D
D
damir_in2015-04-08 08:12:56
PHP
damir_in, 2015-04-08 08:12:56

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
}

Instead, PHPStorm makes the code look like this:
if ($some_var) 
{
    // some code
}

What settings should I change to avoid such a disgrace?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Komarov, 2015-04-08
@damir_in

07cd881b257b44ea946a2d7dd335904b.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question