PHPStorm styling options for multi-line 'if' statements
I'm having trouble getting PHPStorm to style multi-line 'IF' statements how I want. It appears to be making some strange styling decisions for which I have no options.
This is how PHPStorm styles my multi-line 'if' statements, which I don't like for a number of reasons.
This is how I want PHP storm to style my multi-line if statmenents:
Note that the extra lines are indented 8 spaces from the 'if' statment (so that they're also out of line with the body of the if), and the ') {' is at the end of the last statment.
Any ideas on how to get PHPStorm configured to style like this?
请先登录再写评论。