mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Default to tabs instead of spaces for Odin files (#2464)
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user