---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/greglook/cljstyle",
    description = "Formatter for Clojure code.",
  },
  command = "cljstyle",
  args = { "pipe" },
}
