aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cljfmt.lua
blob: ae52b74ca1a3aa3c9a0f44a1022d48a5ce0bdcbe (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/weavejester/cljfmt",
    description = "cljfmt is a tool for detecting and fixing formatting errors in Clojure code.",
  },
  command = "cljfmt",
  args = { "fix", "-" },
  stdin = true,
}