Open ashraf-kabir opened 3 months ago
Hi @ashraf-kabir may you please share the complete snippet? I wasn't able to reproduce the bug with the information provided
VSCode on macOS Sonoma Version 14.5
@driade
I'm really sorry I'm still unable to reproduce this behaviour.
AlignEquals does not seem to work perfectly. See attached screenshot.
My phpfmt settings as follows:
"phpfmt.passes": [ "PSR2LnAfterNamespace", "PSR2CurlyOpenNextLine", "PSR2ModifierVisibilityStaticOrder", "PSR2SingleEmptyLineAndStripClosingTag", "AlignEquals", "AlignDoubleArrow", "AlignPHPCode", "MergeElseIf", "ReindentAndAlignObjOps", "ReindentSwitchBlocks", "ReplaceBooleanAndOr", "ShortArray", "StripExtraCommaInArray" ], "phpfmt.exclude": ["ReindentComments", "StripNewlineWithinClassBody"], "phpfmt.psr2": false, "phpfmt.indent_with_space": 2,