✨ Features
⚙️ SettingsSettings can either be configured from the extension settings or having a svgo.config.{js,cjs} file in the workspace directory. A svgo config file will override the extension settings. See the svgo npm package repository for more information about configuration. ⚠️ Note that since the extension runs as a CommonJS module in VS Code, only this format is supported by the plugin. Config file
Extension settingsSupports all default SVGO plugin 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 ` |