mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
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
@ -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 New Issue
Block a user