feat(languages): add formatter for just

pull/9613/head
kpbaks 5 months ago committed by Blaž Hrastnik
parent 45ee568b98
commit 0eec518ff6

@ -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"

Loading…
Cancel
Save