When array automatically align is enabled, if there is a comment in the line above, the line below it will not be aligned.
OS: Windows 10
vscode version: 1.80.1
phptools version: v1.36.13417
Expected
$arr = [
'a' => 'a', //a
'b' => 'b',
'c' => 'c', //c
'ddd' => 'ddd', //ddd
];
Actual
$arr = [
'a' => 'a', //a
'b' => 'b',
'c' => 'c', //c
'ddd' => 'ddd', //ddd
];
When array automatically align is enabled, if there is a comment in the line above, the line below it will not be aligned.
OS: Windows 10
vscode version: 1.80.1
phptools version: v1.36.13417
Expected
Actual