PHP Storm, indentation

1

Hello, does anyone know how to change, by automatically indenting the code in PHP Storm the keys do not skip the line?

    
asked by anonymous 09.12.2017 / 18:30

1 answer

1

You can change this in:

"File" > "Settings" > "Code Style" > "PHP" > "Wrapping and Braces"

You will have the following field:

While"Next line" it will skip the line, if it is "End of line" it will keep on the same line.

    
10.12.2017 / 04:56