chore: fix EditorConfig lint errors (issue #10943) by Sumithraju · Pull Request #11000 · stdlib-js/stdlib

@Sumithraju @Aditsv27

Replace space-based indentation with tabs in example file to comply with
project EditorConfig standards. All indentation now uses tabs for consistency
with stdlib coding conventions.

Fixes stdlib-js#10943

Co-Authored-By: Sumithra Raju <sumithravenkataramanan@gmail.com>

@stdlib-bot added the Statistics

Issue or pull request related to statistical functionality.

label

Mar 16, 2026

@Sumithraju

…ples

Replace `new Array( 100 )` with `arr = []` and `arr.push()` to comply
with stdlib/no-new-array linting rule. ES5-compatible solution.

Ref: stdlib-js#10943