Skip to content

chore: fix EditorConfig lint errors (issue #12184)#12191

Open
algojogacor wants to merge 1 commit into
stdlib-js:developfrom
algojogacor:fix/editorconfig-lint-12184
Open

chore: fix EditorConfig lint errors (issue #12184)#12191
algojogacor wants to merge 1 commit into
stdlib-js:developfrom
algojogacor:fix/editorconfig-lint-12184

Conversation

@algojogacor
Copy link
Copy Markdown

Summary

Fixes EditorConfig lint errors in lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js where lines 78-94 used spaces instead of tabs for indentation.

Root Cause

The comment block at lines 78-94 (a multi-line array example output) used 2-space indentation instead of the project's tab-based indentation standard. The automated EditorConfig lint workflow detected this as a formatting error.

Changes

  • lib/node_modules/@stdlib/ndarray/base/slice-assign/examples/index.js: Converted 2-space indentation to tabs on lines 78-94 (+17 -17, no semantic changes)

Testing

  • Verified only whitespace characters changed — content is identical
  • File parses as valid JavaScript
  • Diff shows only tab/space conversion in the affected comment block

Related Issues

Resolves #12184

@algojogacor algojogacor requested a review from a team May 18, 2026 08:23
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label May 18, 2026
@stdlib-bot
Copy link
Copy Markdown
Contributor

Hello! Thank you for your contribution to stdlib.

We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. labels May 18, 2026
@kgryte
Copy link
Copy Markdown
Member

kgryte commented May 18, 2026

@algojogacor You need to follow the instructions stated in #12191 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Good First PR A pull request resolving a Good First Issue. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix EditorConfig lint errors

3 participants