From 6b1310014ceec5752fd5859f9cc62ef7c93d72b2 Mon Sep 17 00:00:00 2001 From: Zoltán Reegn Date: Thu, 7 Dec 2023 17:48:04 +0100 Subject: feat: add joker for clojure formatting (#240) --- lua/conform/formatters/joker.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/conform/formatters/joker.lua (limited to 'lua') diff --git a/lua/conform/formatters/joker.lua b/lua/conform/formatters/joker.lua new file mode 100644 index 0000000..c87f417 --- /dev/null +++ b/lua/conform/formatters/joker.lua @@ -0,0 +1,9 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/candid82/joker", + description = "Small Clojure interpreter, linter and formatter.", + }, + command = "joker", + args = { "--format", "--write", "-" }, +} -- cgit v1.2.3-70-g09d2