🔧 Updated for pug as well

This commit is contained in:
z3rOR0ne 2024-08-12 15:13:30 -07:00
parent 97f9a823d6
commit 9e7b81abbb

View file

@ -6,6 +6,7 @@ require("conform").setup({
javascript = { "prettierd", "prettier", stop_after_first = true },
typescript = { "prettierd", "prettier", stop_after_first = true },
html = { "prettierd", "prettier", stop_after_first = true },
pug = { "prettierd", "prettier", stop_after_first = true },
sql = { "sql_formatter" },
rust = { "rustfmt" },
golang = { "gofmt" },