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

Characters should maximally reside *inside* the ruler, not on top of it.
pull/16/head
Charles Hall 1 year ago committed by GitHub
parent ff442eecd0
commit e4a9bec562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save