Casper Ho

Results 2 comments of Casper Ho

@kokororin seems like double arrow and equal signs are being aligned even without setting "phpfmt.enable_auto_align" to true. I've tried explicitly setting it to false but the problem remains.

Output is as follows: ``` 1/17/2025, 9:56:11 AM [INFO] Executing command: php "/Users/casper/.vscode/extensions/kokororin.vscode-phpfmt-1.2.12/dist/fmt.stub.php" --psr2 --indent_with_space=4 --passes=AlignDoubleArrow,AlignPHPCode,SpaceAfterExclamationMark,AlignConstVisibilityEquals,AutoSemicolon,ConvertOpenTagWithEcho,AlignEquals,MergeNamespaceWithOpenTag,RemoveSemicolonAfterCurly,RestoreComments,ShortArray,ExtraCommaInArray,AlignDoubleSlashComments "/var/folders/0n/_m202lx16rz3pqgdkrypcy0r0000gn/T/temp-jefdkrsfc-RegisteredUserController.php" ``` Currently I'm explicitly defining `phpfmt.passes` to remove `AlignDoubleArrow`, `AlignConstVisibilityEquals` and `AlignEquals` transformations....