AutoYADM commit: 2025-04-08 19:15:05
This commit is contained in:
parent
27bc492e19
commit
999d75deb0
1 changed files with 6 additions and 4 deletions
|
@ -288,11 +288,13 @@ 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 = "fish", args = ["-c", "justfmt"] }
|
formatter = { command = "just", args = ['--justfile', '/dev/stdin', '--dump'] }
|
||||||
|
# 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"]
|
||||||
|
|
||||||
|
|
||||||
[[language]]
|
# [[language]]
|
||||||
name = "yaml"
|
# name = "yaml"
|
||||||
formatter = { command = "yamlfmt", args = ['-'] }
|
# auto-format = true
|
||||||
|
# # formatter = { command = "yamlfmt", args = ['-'] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue