summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/joker.lua
blob: c87f417841c08c5d8d467d68e76678589f3bdde7 (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/candid82/joker",
    description = "Small Clojure interpreter, linter and formatter.",
  },
  command = "joker",
  args = { "--format", "--write", "-" },
}