From 9172c60bda0eb395ebfbe1a9b4021630e2e47323 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Fri, 19 May 2023 00:03:45 -0700 Subject: [PATCH] fix off-by-one git-commit rulers Characters should maximally reside *inside* the ruler, not on top of it. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 21fe917f8bb3..024548895080 100644 --- a/languages.toml +++ b/languages.toml @@ -1245,7 +1245,7 @@ roots = [] file-types = ["COMMIT_EDITMSG"] comment-token = "#" indent = { tab-width = 2, unit = " " } -rulers = [50, 72] +rulers = [51, 73] text-width = 72 [[grammar]]