From 1055be2edcc6bbfb555addf3bb01a448c41a744c Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sat, 26 May 2012 23:35:56 +0200 Subject: Smaller README --- README.markdown | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 3d606d4..b982f1e 100644 --- a/README.markdown +++ b/README.markdown @@ -11,44 +11,9 @@ A simple Haskell code prettifier Features -------- -### Imports - -Align and sort imports in Haskell source code - -Turns - - module Herp where - - import qualified Data.Map as M - import Control.Monad - import Data.Map (lookup, (!), insert, Map) - - import Herp.Derp.Internals - - herp = putStrLn "import Hello world" - - module Herp where - - -into - - module Herp where - - import Control.Monad - import Data.Map (Map, insert, lookup, (!)) - import qualified Data.Map as M - - import Herp.Derp.Internals - - herp = putStrLn "import Hello world" - -### {-# LANGUAGE #-} pragmas - -(TODO) - -### Trailing whitespace - -Removal of trailing whitespace. +- Align and sort `import` statements +- Groups and wraps `{-# LANGUAGE #-}` pragmas (TODO) +- Removes trailing whitespace Status ------ -- cgit v1.2.3