AutoYADM commit: 2025-04-05 17:00:07

This commit is contained in:
Daniel Fichtinger 2025-04-05 17:00:07 -04:00
parent 0e7210cfa8
commit 5be0b43565

View file

@ -277,7 +277,7 @@ file-types = ["just", { glob = "justfile" }, { glob = "Justfile" }, { glob = ".j
injection-regex = "just"
comment-token = "#"
indent = { tab-width = 4, unit = " " }
auto-format = true
auto-format = false
formatter = { command = "just", args = ["--dump"] } # Please see: https://github.com/helix-editor/helix/issues/9703
language-servers = ["just-lsp", "scls"]