Skip to content

Commit 9452b23

Browse files
authored
chore: fix EditorConfig lint errors (issue #6552)
PR-URL: #6569 Closes: #6552 Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Dipjyoti Das <[email protected]>
1 parent 9211c88 commit 9452b23

File tree

1 file changed

+62
-62
lines changed
  • lib/node_modules/@stdlib/_tools/manifest-json/schema/test/fixtures

1 file changed

+62
-62
lines changed
Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
{
2-
"options": {
3-
"os": "linux"
4-
},
5-
"fields": [
6-
{
7-
"field": "src",
8-
"resolve": true,
9-
"relative": false
10-
},
11-
{
12-
"field": "include",
13-
"resolve": true,
14-
"relative": false
15-
},
16-
{
17-
"field": "libraries",
18-
"resolve": false,
19-
"relative": false
20-
},
21-
{
22-
"field": "libpath",
23-
"resolve": true,
24-
"relative": false
25-
}
26-
],
27-
"confs": [
28-
{
29-
"os": "linux",
30-
"src": [
31-
"./src/foo_linux.f",
32-
"./src/foo_linux.c"
33-
],
34-
"libraries": [],
35-
"libpath": [],
36-
"dependencies": [
37-
"./beep"
38-
]
39-
},
40-
{
41-
"os": "mac",
42-
"src": [
43-
"./src/foo_mac.f",
44-
"./src/foo_mac_f.c"
45-
],
46-
"libraries": [],
47-
"libpath": [],
48-
"dependencies": [
49-
"./beep"
50-
]
51-
},
52-
{
53-
"os": "win",
54-
"src": [
55-
"./src/foo_win.c"
56-
],
57-
"libraries": [],
58-
"libpath": [],
59-
"dependencies": [
60-
"./beep"
61-
]
62-
}
63-
]
2+
"options": {
3+
"os": "linux"
4+
},
5+
"fields": [
6+
{
7+
"field": "src",
8+
"resolve": true,
9+
"relative": false
10+
},
11+
{
12+
"field": "include",
13+
"resolve": true,
14+
"relative": false
15+
},
16+
{
17+
"field": "libraries",
18+
"resolve": false,
19+
"relative": false
20+
},
21+
{
22+
"field": "libpath",
23+
"resolve": true,
24+
"relative": false
25+
}
26+
],
27+
"confs": [
28+
{
29+
"os": "linux",
30+
"src": [
31+
"./src/foo_linux.f",
32+
"./src/foo_linux.c"
33+
],
34+
"libraries": [],
35+
"libpath": [],
36+
"dependencies": [
37+
"./beep"
38+
]
39+
},
40+
{
41+
"os": "mac",
42+
"src": [
43+
"./src/foo_mac.f",
44+
"./src/foo_mac_f.c"
45+
],
46+
"libraries": [],
47+
"libpath": [],
48+
"dependencies": [
49+
"./beep"
50+
]
51+
},
52+
{
53+
"os": "win",
54+
"src": [
55+
"./src/foo_win.c"
56+
],
57+
"libraries": [],
58+
"libpath": [],
59+
"dependencies": [
60+
"./beep"
61+
]
62+
}
63+
]
6464
}

0 commit comments

Comments
 (0)