Skip to content

Commit b293e2b

Browse files
authored
chore: fix EditorConfig lint errors
PR-URL: #7280 Closes: #7276 Reviewed-by: Athan Reines <[email protected]>
1 parent 25c2e85 commit b293e2b

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"tags": [
3-
"constant",
4-
"constructor",
2+
"tags": [
3+
"constant",
4+
"constructor",
55
"customfunction",
6-
"default",
7-
"example",
8-
"function",
9-
"license",
10-
"memberof",
11-
"module",
12-
"name",
13-
"namespace",
14-
"param",
15-
"private",
16-
"readonly",
17-
"returns",
18-
"see",
19-
"throws",
20-
"type"
21-
]
6+
"default",
7+
"example",
8+
"function",
9+
"license",
10+
"memberof",
11+
"module",
12+
"name",
13+
"namespace",
14+
"param",
15+
"private",
16+
"readonly",
17+
"returns",
18+
"see",
19+
"throws",
20+
"type"
21+
]
2222
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"svg": true,
3-
"inline": false,
4-
"format": "TeX",
5-
"width": 100,
6-
"ex": 6,
7-
"linebreaks": true,
8-
"speakText": true,
9-
"speakRuleset": "mathspeak",
10-
"speakStyle": "default"
2+
"svg": true,
3+
"inline": false,
4+
"format": "TeX",
5+
"width": 100,
6+
"ex": 6,
7+
"linebreaks": true,
8+
"speakText": true,
9+
"speakRuleset": "mathspeak",
10+
"speakStyle": "default"
1111
}

0 commit comments

Comments
 (0)