前端产物统一使用deno格式化

This commit is contained in:
captain 2026-05-06 09:57:45 +08:00
parent fea05914e5
commit ee08df6765

View file

@ -14,11 +14,15 @@ local formatters_by_ft = {
python = { "isort", "black" },
rust = { "rust-analyzer", lsp_format = "fallback" },
toml = { "templ" },
html = { "djlint" },
sh = { "shfmt" },
zsh = { "shfmt" },
xml = { "deno_fmt" },
yml = { "deno_fmt" },
yaml = { "deno_fmt" },
html = { "deno_fmt" },
typescript = { "deno_fmt" },
javascript = { "deno_fmt" },
json = { "deno_fmt" },
-- markdown = { "deno_fmt_markdown" },
}