Open ahu opened 1 year ago
Now I find it formatted like below when enable 'AlignDoubleSlashComments':
$array = [ 'a' => 'blabla', // comments blabla 'aa' => 'bla', // comments something ];
Could it format like this? (below)
Which I just want the double slash comments vertically aligning, AND also the double arrow. It did this when I looked in some of my old codes.
btw:
the double slash comments vertically aligning is also ugly like below:
$array = [ 'a' => 'blabla', // comments blabla // 'aa' => 'bla', // comments something 'aaa' => 'bla', ];
the format I need:
Thanks @ahu . I'll try to check it
Now I find it formatted like below when enable 'AlignDoubleSlashComments':
Could it format like this? (below)
Which I just want the double slash comments vertically aligning, AND also the double arrow. It did this when I looked in some of my old codes.
btw:
the double slash comments vertically aligning is also ugly like below:
the format I need: