From e3d784efda4bf65cdbb20de566ace61a9e59afc1 Mon Sep 17 00:00:00 2001 From: Urs Gompper Date: Thu, 26 Oct 2023 15:27:05 +0200 Subject: [PATCH] .vscode/settings.json: change vertical ruler to comply with coding conventions --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bf0fc26932..dea5c0895a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "editor.rulers": [ 80, - 120 + 100 ], "editor.detectIndentation": false, "files.insertFinalNewline": true,