From 90cea5c28e7ac89a8571f455e98851c422c6c8da Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 15 Jan 2026 21:09:03 +0000 Subject: [PATCH] chore(settings): add ruler at 72 to editor settings - Included a new ruler at 72 in the editor.rulers array for improved code readability. --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index f289d95..64fbfbd 100644 --- a/settings.json +++ b/settings.json @@ -127,6 +127,7 @@ // // Rulers "editor.rulers": [ + 72, 80, 100, 120