aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/sleek.lua
blob: ae680173f9efb091f38b4e65355a26bb01317bb4 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/nrempel/sleek",
    description = "Sleek is a CLI tool for formatting SQL.",
  },
  command = "sleek",
  stdin = true,
}