From 104f77dcf7b857480ff926ea6e3a7cb5d398ae49 Mon Sep 17 00:00:00 2001 From: Aly Date: Thu, 20 Mar 2025 02:49:20 +0200 Subject: [PATCH 1/2] Fix EditorConfig indentation: replace tabs with spaces in defaults.json --- .../@stdlib/random/streams/betaprime/lib/defaults.json | 10 +++++----- .../random/streams/discrete-uniform/lib/defaults.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json index fc3d64126e0e..8b456955d0e5 100644 --- a/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 } diff --git a/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json index fc3d64126e0e..8b456955d0e5 100644 --- a/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 } From d0af0096eb255839459e4017522e770404539c86 Mon Sep 17 00:00:00 2001 From: Aly Date: Thu, 20 Mar 2025 02:49:20 +0200 Subject: [PATCH 2/2] style: reformat indentation to 2 spaces --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/random/streams/betaprime/lib/defaults.json | 10 +++++----- .../random/streams/discrete-uniform/lib/defaults.json | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json index fc3d64126e0e..4c9d4bb936de 100644 --- a/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/betaprime/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 } diff --git a/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json b/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json index fc3d64126e0e..4c9d4bb936de 100644 --- a/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json +++ b/lib/node_modules/@stdlib/random/streams/discrete-uniform/lib/defaults.json @@ -1,7 +1,7 @@ { - "objectMode": false, - "encoding": null, - "sep": "\n", - "copy": true, - "siter": 1e308 + "objectMode": false, + "encoding": null, + "sep": "\n", + "copy": true, + "siter": 1e308 }