diff options
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index bedde5a2..8c0f4048 100644 --- a/languages.toml +++ b/languages.toml @@ -1337,7 +1337,7 @@ scope = "source.odin" file-types = ["odin"] roots = [] comment-token = "//" -indent = { tab-width = 4, unit = " " } +indent = { tab-width = 4, unit = "\t" } [[grammar]] name = "odin" |