fix: format rust using 'rustfmt'

This commit is contained in:
2026-03-11 21:25:22 +01:00
parent 7dab619256
commit 767cc4c512
+1 -1
View File
@@ -21,7 +21,7 @@ require("conform").setup({
markdown = { "prettierd", "prettier", stop_after_first = true },
nix = { "nixfmt" },
python = { "isort", "black" },
rustfmt = { "rustfmt" },
rust = { "rustfmt", lsp_fallback = "fallback" },
svelte = { "eslint_d", "prettierd", "prettier", stop_after_first = true },
typescript = { "eslint_d", "prettierd", "prettier", stop_after_first = true },
typescriptreact = { "eslint_d", "eslint", "prettierd", "prettier", stop_after_first = true },