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