🔧 Updated for pug as well
This commit is contained in:
parent
97f9a823d6
commit
9e7b81abbb
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue