aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCossonLeo2022-02-14 09:03:18 +0000
committerGitHub2022-02-14 09:03:18 +0000
commite267dc834a815ae2dd9d04c9e81fb206f81a2c99 (patch)
treedc2276ff68442a0df5593ea255a90272d7094dd6
parent59acee308dc0c68d1d9c65d050a2df211c6aacf4 (diff)
Makefile indent must be '\t' (#1661)
-rw-r--r--languages.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index b6ab1d0e..6f8bf114 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"