Makefile indent must be '\t' (#1661)

imgbot
CossonLeo 2 years ago committed by GitHub
parent 59acee308d
commit e267dc834a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save