From 6207f41e8f3813d72ef4499a8132c11d8baabe9f Mon Sep 17 00:00:00 2001 From: Marcus Fernandes Date: Thu, 9 May 2024 23:52:22 -0300 Subject: feat: add ormolu formatter for Haskell (#377) (#397) * feat: add ormolu formatter for Haskell (#377) * add ormolu references to README.md and doc/conform.txt * revert wrong auto typo fix by codespell * update meta field in the formatter * doc: typo --------- Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com> --- lua/conform/formatters/fourmolu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conform/formatters/fourmolu.lua') diff --git a/lua/conform/formatters/fourmolu.lua b/lua/conform/formatters/fourmolu.lua index 9c64999..4e1db8e 100644 --- a/lua/conform/formatters/fourmolu.lua +++ b/lua/conform/formatters/fourmolu.lua @@ -2,7 +2,7 @@ return { meta = { url = "https://hackage.haskell.org/package/fourmolu", - description = "Fourmolu is a formatter for Haskell source code.", + description = "A fork of ormolu that uses four space indentation and allows arbitrary configuration.", }, command = "fourmolu", args = { "--stdin-input-file", "$FILENAME" }, -- cgit v1.2.3-70-g09d2