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

Exclude minified 3rd party library code? #54

Open hriziya opened 3 years ago

hriziya commented 3 years ago

Thank you for this nice extension! I am trying to use this but I have a problem with minified js code which does not need formatting.

How can I exclude the minified 3rd party library code like Mixpanel from being formatted?