mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Add config file for SVGO
This commit is contained in:
parent
4ca257a389
commit
75deafe5b1
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