Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index a99516db..fb11ef9e 100644 --- a/languages.toml +++ b/languages.toml @@ -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" |