From 7a1081833f69058821d7e3df4cdf02465a252f91 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 10 Jun 2024 21:35:28 +0200 Subject: [PATCH] [chore] vscode rule --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index f9604d4..94193dc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "editor.tabSize": 2, "editor.insertSpaces": false, + "editor.rulers": [100], "files.insertFinalNewline": true, "files.trimFinalNewlines": true, -- 2.45.2