summaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/stylish-haskell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/stylish-haskell.lua')
-rw-r--r--lua/conform/formatters/stylish-haskell.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/conform/formatters/stylish-haskell.lua b/lua/conform/formatters/stylish-haskell.lua
new file mode 100644
index 0000000..be4f2e3
--- /dev/null
+++ b/lua/conform/formatters/stylish-haskell.lua
@@ -0,0 +1,10 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://github.com/haskell/stylish-haskell",
+ description = "Haskell code prettifier.",
+ },
+ command = "stylish-haskell",
+ args = {},
+ stdin = true,
+}