From eed4bf0641f237a5231732ae7f174f30b669f2a1 Mon Sep 17 00:00:00 2001 From: kaushal-kumar-it Date: Wed, 5 Nov 2025 20:00:12 +0530 Subject: [PATCH 1/2] chore: fix EditorConfig lint errors (issue #12345) --- .../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..2dec4216a04d 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" ] From 3be38aee6bf8a9e9f67a56b71917971103c6b7e8 Mon Sep 17 00:00:00 2001 From: Athan Date: Wed, 5 Nov 2025 18:25:27 -0800 Subject: [PATCH 2/2] style: use 2-space indentation Signed-off-by: Athan --- .../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 2dec4216a04d..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" ]