diff --git a/.svgo.yml b/.svgo.yml new file mode 100644 index 0000000..3513f32 --- /dev/null +++ b/.svgo.yml @@ -0,0 +1,10 @@ +plugins: + - removeXMLNS + - cleanupListOfValues + - sortAttrs + - prefixIds: false + - inlineStyles: false + +js2svg: + pretty: true + indent: 2 \ No newline at end of file