mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +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" }]
|
file-types = [{ glob = "git-rebase-todo" }]
|
||||||
injection-regex = "git-rebase"
|
injection-regex = "git-rebase"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 2, unit = "y" }
|
indent = { tab-width = 2, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "git-rebase"
|
name = "git-rebase"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue