Skip to content

Commit 809e52a

Browse files
Merge pull request #1738 from glimmerjs/editor-rulers
Removing editor.rulers
2 parents 33dad1f + ab0c666 commit 809e52a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.vscode/settings.json

-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
"dependi.npm.informPatchUpdates": true,
2424
"dependi.npm.lockFileEnabled": true,
2525
"editor.formatOnSave": true,
26-
"editor.rulers": [
27-
{
28-
"color": "#cc999966",
29-
"column": 100
30-
},
31-
{
32-
"color": "#aaaaaa66",
33-
"column": 80
34-
}
35-
],
3626
"eslint.codeAction.showDocumentation": {
3727
"enable": true
3828
},

0 commit comments

Comments
 (0)