Unnamed repository; edit this file 'description' to name the repository.
Default to tabs instead of spaces for Odin files (#2464)
spindlebink 2022-05-12
parent 7b287f6 · commit af387e6
-rw-r--r--languages.toml2
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"