Fix indent unit of git-rebase config (#12617)

This commit is contained in:
Remo Senekowitsch 2025-01-21 15:14:04 +01:00 committed by GitHub
parent ccdb710431
commit 64aca8b350
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"