Skip to content

Commit ddff844

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #6869 Closes: #6867 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 9e43626 commit ddff844

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"float64": -1,
3-
"float32": "float64",
4-
"int32": -1,
5-
"int16": "int32",
6-
"int8": "int16",
7-
"uint32": -1,
8-
"uint16": "uint32",
9-
"uint8": "uint16",
10-
"uint8c": "uint16",
11-
"generic": -1,
12-
"bool": -1,
2+
"float64": -1,
3+
"float32": "float64",
4+
"int32": -1,
5+
"int16": "int32",
6+
"int8": "int16",
7+
"uint32": -1,
8+
"uint16": "uint32",
9+
"uint8": "uint16",
10+
"uint8c": "uint16",
11+
"generic": -1,
12+
"bool": -1,
1313
"complex64": "complex128",
1414
"complex128": -1
1515
}

0 commit comments

Comments
 (0)