Makefile indent must be '\t' (#1661)
This commit is contained in:
parent
59acee308d
commit
e267dc834a
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ scope = "source.make"
|
|||
file-types = ["Makefile", "makefile", "justfile", ".justfile"]
|
||||
roots =[]
|
||||
comment-token = "#"
|
||||
indent = { tab-width = 4, unit = "\t" }
|
||||
|
||||
[[language]]
|
||||
name = "glsl"
|
||||
|
|
Loading…
Reference in a new issue