Sorting parameter arguments and array keys in Vim

This commit is contained in:
Oliver Davies 2024-09-03 19:03:27 +01:00
parent 805f1b4e28
commit a3b96368ea

View file

@ -4,6 +4,8 @@ date: 2024-09-03 19:03:27
tags: [PHP, Vim, Software Development] tags: [PHP, Vim, Software Development]
--- ---
Given this PHP code (for example):
```php ```php
$a = [ $a = [
'b' => 2, 'b' => 2,