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:
parent
ff442eecd0
commit
e4a9bec562
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue