mirror of
https://github.com/realAscot/helix.git
synced 2025-09-14 04:03:03 +02:00
Fix indent unit of git-rebase config (#12617)
This commit is contained in:
parent
ccdb710431
commit
64aca8b350
@ -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…
x
Reference in New Issue
Block a user