From 5be0b435650b6fb84700f700bca7e438341279bb Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 5 Apr 2025 17:00:07 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-05 17:00:07 --- .config/helix/languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 4b95a7ec..8416e5f8 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -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"]