AutoYADM commit: 2025-04-10 13:15:05
This commit is contained in:
parent
74a751f09d
commit
49e3fbc277
1 changed files with 2 additions and 1 deletions
|
@ -288,7 +288,8 @@ injection-regex = "just"
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
indent = { tab-width = 4, unit = " " }
|
indent = { tab-width = 4, unit = " " }
|
||||||
auto-format = true
|
auto-format = true
|
||||||
formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
formatter = { command = "just-formatter" }
|
||||||
|
# formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
||||||
# 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