🔧 Same for golang

This commit is contained in:
z3rOR0ne 2024-08-12 15:11:17 -07:00
parent 155c696af8
commit 97f9a823d6

View file

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