Skip to content

Commit ab0c666

Browse files
committed
Removing editor.rulers
This drives me batty every time I open this repo. I think it's fair to say it falls into opinionated IDE settings that can stay in a personal config instead of the repo.
1 parent 33dad1f commit ab0c666

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)