Skip to content

Commit 710246d

Browse files
committed
fix: streamline editor ruler settings and format cSpell words array
1 parent cdf7274 commit 710246d

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.vscode/settings.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"editor.formatOnPaste": true,
55
"editor.formatOnType": true,
66
"editor.tabSize": 2,
7-
"editor.rulers": [
8-
80,
9-
140
10-
],
7+
"editor.rulers": [80, 140],
118
"editor.insertSpaces": true,
129
"editor.trimAutoWhitespace": true,
1310
"editor.inlineSuggest.enabled": true,
@@ -33,11 +30,5 @@
3330
"workbench.colorTheme": "Visual Studio Dark",
3431
"workbench.layoutControl.enabled": false,
3532
// Spell check settings
36-
"cSpell.words": [
37-
"Codacy",
38-
"elif",
39-
"Molyuk",
40-
"releaserc",
41-
"vitest"
42-
]
43-
}
33+
"cSpell.words": ["Codacy", "elif", "Molyuk", "releaserc", "vitest"]
34+
}

0 commit comments

Comments
 (0)