mirror of https://github.com/helix-editor/helix
Change default Hare tab width to 8 (#2480)
parent
823eaad1a1
commit
595213ca74
|
@ -1284,7 +1284,7 @@ injection-regex = "hare"
|
||||||
file-types = ["ha"]
|
file-types = ["ha"]
|
||||||
roots = []
|
roots = []
|
||||||
comment-token = "//"
|
comment-token = "//"
|
||||||
indent = { tab-width = 4, unit = "\t" }
|
indent = { tab-width = 8, unit = "\t" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "hare"
|
name = "hare"
|
||||||
|
|
Loading…
Reference in New Issue