vscode-phpfmt
vscode-phpfmt copied to clipboard
When using "AlignPHPCode", additional spaces get added
I'm using
"phpfmt.passes": [
"AlignPHPCode"
]
In order to enable formatting in PHP/HTML mixes, but enabling that adds indentation inside of PHP blocks like this:
Yep, same issue here. Any updates?