🔧 Just ensuring rustfmt is for sure

This commit is contained in:
z3rOR0ne 2024-08-12 15:09:40 -07:00
parent 3074347e33
commit 155c696af8

View file

@ -7,6 +7,7 @@ require("conform").setup({
typescript = { "prettierd", "prettier", stop_after_first = true },
html = { "prettierd", "prettier", stop_after_first = true },
sql = { "sql_formatter" },
rust = { "rustfmt" },
sh = { "shfmt" },
json = { "jq" },
toml = { "taplo" },