Skip to content

Commit 153c9c1

Browse files
committed
style: fix indentation in JSON files
--- 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 ---
1 parent 09ffc3c commit 153c9c1

File tree

41 files changed

+653
-653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+653
-653
lines changed

etc/jsdoc/.jsdoc.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"opts": {
3-
"encoding": "utf8",
4-
"destination": "./build/",
5-
"package": "",
6-
"readme": ""
7-
},
8-
"plugins": [
9-
"plugins/markdown"
10-
],
11-
"templates": {
12-
"default": {
13-
"useLongnameInNav": false
14-
}
15-
}
2+
"opts": {
3+
"encoding": "utf8",
4+
"destination": "./build/",
5+
"package": "",
6+
"readme": ""
7+
},
8+
"plugins": [
9+
"plugins/markdown"
10+
],
11+
"templates": {
12+
"default": {
13+
"useLongnameInNav": false
14+
}
15+
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"pattern": "**/benchmark*.js"
2+
"pattern": "**/benchmark*.js"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"title": "Benchmarks"
2+
"title": "Benchmarks"
33
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"namespace": "tree",
3-
"bundler": "browserify",
4-
"requireName": "require",
5-
"exportName": "@stdlib/stdlib",
6-
"transforms": [],
7-
"plugins": []
2+
"namespace": "tree",
3+
"bundler": "browserify",
4+
"requireName": "require",
5+
"exportName": "@stdlib/stdlib",
6+
"transforms": [],
7+
"plugins": []
88
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"bundle": "benchmark_bundle.js",
3-
"dir": "",
4-
"html": "benchmark.html",
5-
"ignore": [],
6-
"mount": "/",
7-
"packages_pattern": "**/package.json",
8-
"files_pattern": "benchmark/**/benchmark*.js",
9-
"title": ""
2+
"bundle": "benchmark_bundle.js",
3+
"dir": "",
4+
"html": "benchmark.html",
5+
"ignore": [],
6+
"mount": "/",
7+
"packages_pattern": "**/package.json",
8+
"files_pattern": "benchmark/**/benchmark*.js",
9+
"title": ""
1010
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pattern": "**/package.json",
3-
"ignore": [],
4-
"base": "/docs/api/develop/"
2+
"pattern": "**/package.json",
3+
"ignore": [],
4+
"base": "/docs/api/develop/"
55
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pattern": "**/package.json",
3-
"ignore": [],
4-
"base": "/docs/api/develop/"
2+
"pattern": "**/package.json",
3+
"ignore": [],
4+
"base": "/docs/api/develop/"
55
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"bundle": "test_bundle.js",
3-
"dir": "",
4-
"html": "test.html",
5-
"ignore": [],
6-
"mount": "/",
7-
"packages_pattern": "**/package.json",
8-
"files_pattern": "test/**/test*.js",
9-
"title": ""
2+
"bundle": "test_bundle.js",
3+
"dir": "",
4+
"html": "test.html",
5+
"ignore": [],
6+
"mount": "/",
7+
"packages_pattern": "**/package.json",
8+
"files_pattern": "test/**/test*.js",
9+
"title": ""
1010
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"whitelist": []
2+
"whitelist": []
33
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[
2-
"require",
3-
"exports",
4-
"module",
5-
"process",
6-
"setTimeout",
7-
"clearTimeout",
8-
"setInterval",
9-
"clearInterval",
10-
"window",
11-
"Buffer",
12-
"__dirname",
13-
"__filename",
14-
"console"
2+
"require",
3+
"exports",
4+
"module",
5+
"process",
6+
"setTimeout",
7+
"clearTimeout",
8+
"setInterval",
9+
"clearInterval",
10+
"window",
11+
"Buffer",
12+
"__dirname",
13+
"__filename",
14+
"console"
1515
]

0 commit comments

Comments
 (0)