mirror of https://github.com/helix-editor/helix
Default to tabs instead of spaces for Odin files (#2464)
parent
7b287f636f
commit
af387e6873
|
@ -1337,7 +1337,7 @@ scope = "source.odin"
|
||||||
file-types = ["odin"]
|
file-types = ["odin"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "odin"
|
name = "odin"
|
||||||
|
|
Loading…
Reference in New Issue