format-html-in-php icon indicating copy to clipboard operation
format-html-in-php copied to clipboard

Does not respect language specific editor settings

Open imranfakhrul opened this issue 3 years ago • 0 comments

I have global VSCode settings like below:

"editor.formatOnSave": true,
"[php]": {
    "editor.formatOnSave": false
},

So, simply I did this setting because I don't want my PHP files to be formatted on save. But still this extension formats my PHP files.


OS: macOS Big Sur

imranfakhrul avatar Jun 29 '22 09:06 imranfakhrul