We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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,
The text was updated successfully, but these errors were encountered:
Hi @ashraf-kabir may you please share the complete snippet? I wasn't able to reproduce the bug with the information provided
Sorry, something went wrong.
VSCode on macOS Sonoma Version 14.5
@driade
I'm really sorry I'm still unable to reproduce this behaviour.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: