问题 I edited the code styles settings some time ago but I "broke" something about the short array syntax which I can't find how to fix. For example, let's say I call a function and pass an array: my_func([]); If I press Enter to write array elements on multiple lines, I get this (which I find awful): my_func([ ]); What should I change in the settings in order to get my array like this: my_func([ ]); I'm on PhpStorm 2019.3 on Ubuntu. EDIT : here is the export of the settings: <code_scheme name=