aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cljstyle.lua
blob: ffd8061cd830e97ffb167491b6d24d2eff2d0b7a (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/greglook/cljstyle",
    description = "Formatter for Clojure code.",
  },
  command = "cljstyle",
  args = { "pipe" },
}