Skip to content

Commit 9485c2b

Browse files
authored
chore: fix EditorConfig lint errors (issue #6663)
PR-URL: #6672 Closes: #6663 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Dipjyoti Das <[email protected]>
1 parent 57953ed commit 9485c2b

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
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/ndarray/base/clamp-index",
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/ndarray/base/clamp-index",
3737
"@stdlib/ndarray/base/normalize-index",
38-
"@stdlib/ndarray/base/wrap-index",
39-
"@stdlib/ndarray/index-modes"
40-
]
41-
}
42-
]
38+
"@stdlib/ndarray/base/wrap-index",
39+
"@stdlib/ndarray/index-modes"
40+
]
41+
}
42+
]
4343
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"objectMode": false,
3-
"encoding": null,
4-
"sep": "\n",
5-
"copy": true,
6-
"siter": 1e308
2+
"objectMode": false,
3+
"encoding": null,
4+
"sep": "\n",
5+
"copy": true,
6+
"siter": 1e308
77
}

0 commit comments

Comments
 (0)