🔧 Same for golang
This commit is contained in:
parent
155c696af8
commit
97f9a823d6
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ require("conform").setup({
|
||||||
html = { "prettierd", "prettier", stop_after_first = true },
|
html = { "prettierd", "prettier", stop_after_first = true },
|
||||||
sql = { "sql_formatter" },
|
sql = { "sql_formatter" },
|
||||||
rust = { "rustfmt" },
|
rust = { "rustfmt" },
|
||||||
|
golang = { "gofmt" },
|
||||||
sh = { "shfmt" },
|
sh = { "shfmt" },
|
||||||
json = { "jq" },
|
json = { "jq" },
|
||||||
toml = { "taplo" },
|
toml = { "taplo" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue