Skip to content

Commit 4fdea8f

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #5514 Closes: #5501 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 0bd3d46 commit 4fdea8f

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsort2sh/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@stdlib/napi/argv-strided-float64array"
4848
]
4949
},
50-
{
50+
{
5151
"task": "benchmark",
5252
"src": [
5353
"./src/dsort2sh.c"
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
36-
"@stdlib/os/byte-order",
37-
"@stdlib/os/float-word-order"
38-
]
39-
}
40-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
36+
"@stdlib/os/byte-order",
37+
"@stdlib/os/float-word-order"
38+
]
39+
}
40+
]
4141
}

0 commit comments

Comments
 (0)