From f3326e9cc1846ce5f00f10567646467a9bbe6b6a Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Wed, 1 Nov 2023 19:22:21 -0700 Subject: [PATCH] vscode settings: get rid of 90 column mark. I now think it's more a distraction than useful. --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f65de72f2..e130b594a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,5 @@ { "editor.rulers": [ - 90, 100 ], "rust-analyzer.cargo.features": "all",