AutoYADM commit: 2025-04-06 19:45:08
This commit is contained in:
parent
84d9887a36
commit
17b722609b
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue