Is there way to tell phpstorm to format my associative arrays in a straight way?

Something like that:

 

2

I found solution. File | Settings | Editor | Code Style | PHP | Wrapping and Braces | Array initializer | Align key-value pairs

4

请先登录再写评论。