pull/13323/merge
Daniel Fichtinger 2025-07-25 00:01:33 +02:00 committed by GitHub
commit 7254790bc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3419,8 +3419,8 @@ injection-regex = "just"
comment-token = "#"
indent = { tab-width = 4, unit = " " }
language-servers = ["just-lsp"]
# auto-format = true
# formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
auto-format = true
formatter = { command = "just-formatter" } # See https://github.com/eli-yip/just-formatter
[[grammar]]
name = "just"