mediawiki-skins-MinervaNeue/.svgo.yml
Volker E 871cee64ae Update '.svgo.yml' with pretty print rule and re-crush all icons
Align with Wikimedia Foundation SVG coding convention.

Bug: T179361
Bug: T244439
Change-Id: Ief272a4fc7a35ee2044046f262aec2ec454683d1
2020-02-11 13:53:36 -08:00

22 lines
559 B
YAML

plugins:
# Recommended options from
# https://www.mediawiki.org/wiki/Manual:Coding_conventions/SVG#Exemplified_safe_configuration:
- cleanupIDs: false
- convertPathData: false
- removeDesc: false
- removeTitle: false
- removeViewBox: false
- removeXMLProcInst: false
# Additional overrides
- collapseGroups: false
- mergePaths: false
# Configure the indent (default 4 spaces) used by `--pretty` here:
#
# @see https://github.com/svg/svgo/blob/master/lib/svgo/js2svg.js#L6 for more config options
#
js2svg:
pretty: true
indent: ' '