Skip to content

chore: use spaces for JSON indent in plot graph defaults#11475

Closed
GuneetGill wants to merge 1 commit intostdlib-js:developfrom
GuneetGill:fix/editorconfig-plot-graph-defaults-json
Closed

chore: use spaces for JSON indent in plot graph defaults#11475
GuneetGill wants to merge 1 commit intostdlib-js:developfrom
GuneetGill:fix/editorconfig-plot-graph-defaults-json

Conversation

@GuneetGill
Copy link
Copy Markdown
Contributor

@GuneetGill GuneetGill commented Apr 16, 2026

Resolves #11471

Description

What is the purpose of this pull request?

This pull request:

  • Fixes an EditorConfig lint failure on lib/node_modules/@stdlib/plot/components/svg/graph/lib/defaults.json where lines 2–4 used tab indentation. Per the repository .editorconfig section for [*.{json,json.txt}], JSON must use indent_style = space and indent_size = 2. The file is updated so property lines use two-space indents only (no semantic change to the JSON values).

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

@stdlib-js/reviewers

Align defaults.json with EditorConfig (*.{json}: indent_style space, indent_size 2).

Made-with: Cursor
@stdlib-bot stdlib-bot added Needs Review A pull request which needs code review. Good First PR A pull request resolving a Good First Issue. labels Apr 16, 2026
@kgryte
Copy link
Copy Markdown
Member

kgryte commented Apr 16, 2026

Ref: #11473

@kgryte kgryte added autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. and removed Needs Review A pull request which needs code review. labels Apr 16, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Thank you for working on this pull request. However, we cannot accept your contribution as the issue this pull request seeks to resolve has already been addressed in a different pull request or commit.

Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions.

@stdlib-bot stdlib-bot closed this Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoclose: Already Resolved Pull request which should be auto-closed due proposed changes duplicating already included changes. Good First PR A pull request resolving a Good First Issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors

3 participants