Skip to content

Commit a464a60

Browse files
Eternity0207kgryte
andauthored
chore: fix EditorConfig lint errors
PR-URL: #6246 Closes: #6236 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: MANI <[email protected]> Signed-off-by: Athan Reines <[email protected]>
1 parent f9cd43c commit a464a60

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"binary": 1,
3-
"bool": 1,
4-
"complex64": 8,
5-
"complex128": 16,
6-
"float16": 2,
7-
"bfloat16": 2,
8-
"float32": 4,
9-
"float64": 8,
10-
"float128": 16,
11-
"generic": null,
12-
"int8": 1,
13-
"int16": 2,
14-
"int32": 4,
15-
"int64": 8,
16-
"int128": 16,
17-
"int256": 32,
18-
"uint8": 1,
19-
"uint8c": 1,
20-
"uint16": 2,
21-
"uint32": 4,
22-
"uint64": 8,
23-
"uint128": 16,
24-
"uint256": 32
2+
"binary": 1,
3+
"bool": 1,
4+
"complex64": 8,
5+
"complex128": 16,
6+
"float16": 2,
7+
"bfloat16": 2,
8+
"float32": 4,
9+
"float64": 8,
10+
"float128": 16,
11+
"generic": null,
12+
"int8": 1,
13+
"int16": 2,
14+
"int32": 4,
15+
"int64": 8,
16+
"int128": 16,
17+
"int256": 32,
18+
"uint8": 1,
19+
"uint8c": 1,
20+
"uint16": 2,
21+
"uint32": 4,
22+
"uint64": 8,
23+
"uint128": 16,
24+
"uint256": 32
2525
}
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
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-
}
37-
]
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+
}
37+
]
3838
}

0 commit comments

Comments
 (0)