Sorting parameter arguments and array keys in Vim
This commit is contained in:
parent
805f1b4e28
commit
a3b96368ea
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue