From 77e4bb2819eabb406927aba5373d494264cad65b Mon Sep 17 00:00:00 2001 From: Ritesh Rana <44251619+ambicuity@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:24:46 -0500 Subject: [PATCH] chore: fix EditorConfig lint errors (issue #8273) Replace tab indentation with spaces (2 spaces) in line_styles.json lines 2-6. resolves #8273 Signed-off-by: Ritesh Rana <44251619+ambicuity@users.noreply.github.com> --- .../plot/ctor/lib/props/line-style/line_styles.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/node_modules/@stdlib/plot/ctor/lib/props/line-style/line_styles.json b/lib/node_modules/@stdlib/plot/ctor/lib/props/line-style/line_styles.json index 94d97ef15ffa..cf2ac738b711 100644 --- a/lib/node_modules/@stdlib/plot/ctor/lib/props/line-style/line_styles.json +++ b/lib/node_modules/@stdlib/plot/ctor/lib/props/line-style/line_styles.json @@ -1,7 +1,7 @@ [ - "-", - "--", - ":", - "-.", - "none" + "-", + "--", + ":", + "-.", + "none" ]