mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Add config file for SVGO
This commit is contained in:
parent
e9a8ac0544
commit
903a747dba
1 changed files with 8 additions and 0 deletions
8
src/icons/.svgo.yml
Normal file
8
src/icons/.svgo.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# config file for [SVGO](https://github.com/svg/svgo)
|
||||||
|
# SVGO: Node.js tool for optimizing SVG files
|
||||||
|
# svgo --config=<this file> <svg file>
|
||||||
|
|
||||||
|
multipass: true
|
||||||
|
js2svg:
|
||||||
|
pretty: true
|
||||||
|
indent: ' '
|
Loading…
Add table
Add a link
Reference in a new issue