aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/cljstyle.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/cljstyle.lua')
-rw-r--r--lua/conform/formatters/cljstyle.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/conform/formatters/cljstyle.lua b/lua/conform/formatters/cljstyle.lua
new file mode 100644
index 0000000..ffd8061
--- /dev/null
+++ b/lua/conform/formatters/cljstyle.lua
@@ -0,0 +1,9 @@
+---@type conform.FormatterConfig
+return {
+ meta = {
+ url = "https://github.com/greglook/cljstyle",
+ description = "Formatter for Clojure code.",
+ },
+ command = "cljstyle",
+ args = { "pipe" },
+}