RiFi2k / format-html-in-php

Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33 stars 6 forks source link

Does not respect language specific editor settings #63

Open imranfakhrul opened 2 years ago

imranfakhrul commented 2 years ago

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