From bf109f061fc3cd75394b7823923187ae045cbf22 Mon Sep 17 00:00:00 2001 From: Mads Hougesen Date: Tue, 19 Mar 2024 17:01:09 +0100 Subject: feat: add support for purs-tidy (#345) --- lua/conform/formatters/purs-tidy.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/conform/formatters/purs-tidy.lua (limited to 'lua/conform/formatters/purs-tidy.lua') diff --git a/lua/conform/formatters/purs-tidy.lua b/lua/conform/formatters/purs-tidy.lua new file mode 100644 index 0000000..a89ed07 --- /dev/null +++ b/lua/conform/formatters/purs-tidy.lua @@ -0,0 +1,10 @@ +---@type conform.FileFormatterConfig +return { + meta = { + url = "https://github.com/natefaubion/purescript-tidy", + description = "A syntax tidy-upper for PureScript.", + }, + command = "purs-tidy", + args = { "format" }, + stdin = true, +} -- cgit v1.2.3-70-g09d2