When I type a closing brace in an indented block of code, the code is unindented to zero. Disabling this extension fixes the problem. See the animations on the Stackoverflow post above.
Reproducing the problem has been slightly erratic so I'm not 100% sure, but as in the animations on that stackoverflow post php-cs-fixer certainly seems to be the culprit.
As discussed at https://stackoverflow.com/questions/77242055/vscode-removes-indentation-when-typing-close-brace-in-files-considered-php
When I type a closing brace in an indented block of code, the code is unindented to zero. Disabling this extension fixes the problem. See the animations on the Stackoverflow post above.
Reproducing the problem has been slightly erratic so I'm not 100% sure, but as in the animations on that stackoverflow post php-cs-fixer certainly seems to be the culprit.
Anyone else getting this behaviour?