summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/sqlfmt.lua
blob: 83bcad391b83a4892150590e47227184c48229cd (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://docs.sqlfmt.com",
    description = "sqlfmt formats your dbt SQL files so you don't have to. It is similar in nature to Black, gofmt, and rustfmt (but for SQL)",
  },
  command = "sqlfmt",
  args = { "-" },
}