mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
Makefile indent must be '\t' (#1661)
This commit is contained in:
parent
59acee308d
commit
e267dc834a
@ -535,6 +535,7 @@ scope = "source.make"
|
|||||||
file-types = ["Makefile", "makefile", "justfile", ".justfile"]
|
file-types = ["Makefile", "makefile", "justfile", ".justfile"]
|
||||||
roots =[]
|
roots =[]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
|
indent = { tab-width = 4, unit = "\t" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "glsl"
|
name = "glsl"
|
||||||
|
Loading…
Reference in New Issue
Block a user