AutoYADM commit: 2025-04-06 19:45:08

This commit is contained in:
Daniel Fichtinger 2025-04-06 19:45:08 -04:00
parent 84d9887a36
commit 17b722609b

View file

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