mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Fix indent unit of git-rebase config (#12617)
This commit is contained in:
parent
ccdb710431
commit
64aca8b350
1 changed files with 1 additions and 1 deletions
|
@ -1762,7 +1762,7 @@ scope = "source.gitrebase"
|
|||
file-types = [{ glob = "git-rebase-todo" }]
|
||||
injection-regex = "git-rebase"
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 2, unit = "y" }
|
||||
indent = { tab-width = 2, unit = "\t" }
|
||||
|
||||
[[grammar]]
|
||||
name = "git-rebase"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue