I Customize KDE Plasma
streanga.com3 pointsby preg_match0 comments
$someArr = [
'config' => [
'system' => 'linux',
...
],
];
Versus: $someArr =
[
'config' =>
[
'system' => 'linux',
...
],
];
Well... option 2 uses both significantly more vertical space, and horizontal space. But it's technically PSR compliant. However, we really need standard formatting on this, because it's annoying.