fixed conform hopefully

This commit is contained in:
2026-06-28 13:54:09 +01:00
parent 45739fc4cf
commit 447dd9c22f
2 changed files with 28 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ require("conform").setup({
html = { "prettier" },
svelte = { "prettier" },
python = { "black" },
nix = { "nixfmt" },
nix = { "alejandra" },
css = { "prettier" },
rust = { "rustfmt" },
},