You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I save, since there is a WordPress CS rule that says that there should be a space between ( and ! it applies it correctly, but at the same time it applies one indentation to the whole code instead of just applying the space as expected and exiting
I'm assuming this is a bug.
The text was updated successfully, but these errors were encountered:
This extension is a wrapper for the phpcbf tool. If you have issues with the inner working of that you will need to report it to the phpcs/phpcbf devs.
You can see the commands that the extension is running by turning on debugging in settings and then looking in output in vscode and selecting this extension output.
This is my settings.json config
It's using WordPress Coding Standards
When I have for example this code:
And I save, since there is a WordPress CS rule that says that there should be a space between
(
and!
it applies it correctly, but at the same time it applies one indentation to the whole code instead of just applying the space as expected and exitingI'm assuming this is a bug.
The text was updated successfully, but these errors were encountered: