![]() FeaturesSupports running SVGO on the current open SVG file in VS Code or currently selected SVG. Simply open the command palette and type SVGOCD and you should find the command Also supports editing plugin settings from both extension settings or through having a .svgo.yaml file in the root folder. SettingsSettings can either be configured from the extension settings or having a .svgo.yml file in the root directory. A .svgo.yml file will override the extension settings. Config file
Extension settingsSupports all SVGO plguin settings through extension settings ( View all plugin settings| Plugin | Description | | ------ | ----------- | | [cleanupAttrs](https://github.com/svg/svgo/blob/master/plugins/cleanupAttrs.js) | cleanup attributes from newlines, trailing, and repeating spaces | | [inlineStyles](https://github.com/svg/svgo/blob/master/plugins/inlineStyles.js) | move and merge styles from ` |