fix off-by-one git-commit rulers (#7072)

Characters should maximally reside *inside* the ruler, not on top of it.
This commit is contained in:
Charles Hall 2023-05-19 16:29:06 -07:00 committed by GitHub
parent ff442eecd0
commit e4a9bec562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]]