From ab0c666f47f59d9ab0cf1c64ae24ae0d6ff3b1a5 Mon Sep 17 00:00:00 2001 From: Edward Faulkner Date: Sat, 15 Mar 2025 14:25:18 -0400 Subject: [PATCH] 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. --- .vscode/settings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f9b7345d..e094615e2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,16 +23,6 @@ "dependi.npm.informPatchUpdates": true, "dependi.npm.lockFileEnabled": true, "editor.formatOnSave": true, - "editor.rulers": [ - { - "color": "#cc999966", - "column": 100 - }, - { - "color": "#aaaaaa66", - "column": 80 - } - ], "eslint.codeAction.showDocumentation": { "enable": true },