From a49188f226ba54d0bcd125f0bb946e6619127229 Mon Sep 17 00:00:00 2001 From: Siddhesh Bandgar Date: Thu, 3 Sep 2026 14:33:15 +0530 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #14919) Convert leading tabs to spaces in the SVG path component defaults to satisfy the EditorConfig lint check. Signed-off-by: Siddhesh Bandgar --- .../components/svg/path/lib/defaults.json | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json b/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json index a5ca76d7877b..14a4646579f4 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json +++ b/lib/node_modules/@stdlib/plot/components/svg/path/lib/defaults.json @@ -1,13 +1,13 @@ { - "autoRender": false, - "color": "#000", - "isDefined": null, - "label": "", - "opacity": 0.9, - "style": "-", - "width": 2, - "x": [], - "xScale": null, - "y": [], - "yScale": null + "autoRender": false, + "color": "#000", + "isDefined": null, + "label": "", + "opacity": 0.9, + "style": "-", + "width": 2, + "x": [], + "xScale": null, + "y": [], + "yScale": null }