mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Default to tabs instead of spaces for Odin files (#2464)
This commit is contained in:
parent
7b287f636f
commit
af387e6873
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue