Set `required = true` for Make.

pull/6652/head
Muhammad 1 year ago
parent c95d109462
commit 124e234120
No known key found for this signature in database
GPG Key ID: 6667F8D7694B5CCF

@ -1440,7 +1440,7 @@ file-types = [{ glob = "Makefile" }, { glob = "makefile" }, "make", "mk", "mak",
shebangs = ["make", "gmake"]
injection-regex = "(make|makefile|Makefile|mk)"
comment-token = "#"
indent = { tab-width = 4, unit = "\t" }
indent = { tab-width = 4, unit = "\t", required = true }
[[grammar]]
name = "make"

Loading…
Cancel
Save