aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorCharles Hall2023-05-19 23:29:06 +0000
committerGitHub2023-05-19 23:29:06 +0000
commite4a9bec562906770560f442555cc67ec58753c01 (patch)
tree22cff3be96a266bcf58e175254c06af3a845af94 /languages.toml
parentff442eecd054e67081158ef2f0eeab0ed9156ca5 (diff)
fix off-by-one git-commit rulers (#7072)
Characters should maximally reside *inside* the ruler, not on top of it.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 21fe917f..02454889 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]]