What is the question itself, since I mainly work with C #, I got used to Sharp formatting, and the formatting that PhpStorm does not quite suit me, of course, I went through the settings and configured the formatting to the maximum βas neededβ, but one moment I or missed it or not there. General code snippet
if($i == 0) { while (true) { ... } } Iβm not satisfied with the automatic formatting of curly braces {in particular, the opening ones, I want the bracket to open on a new line, in short, like this
if($i == 0) { while (true) { ... } } for me it is more convenient and more familiar, and if there is a way to do this in PhpStorm, it will be good, but I repeat, I did not find such an opportunity.

