diff options
-rw-r--r-- | languages.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml index d7b8e0d9..f99e1a63 100644 --- a/languages.toml +++ b/languages.toml @@ -2814,6 +2814,8 @@ file-types = [{ glob = "justfile" }, { glob = "Justfile" }, { glob = ".justfile" injection-regex = "just" comment-token = "#" indent = { tab-width = 4, unit = "\t" } +auto-format = true +formatter = { command = "just", args = ["--dump"] } [[grammar]] name = "just" |