From ab72bb60800f6e26a09d65b0ad35a399bc351c7b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 6 Jun 2012 11:29:08 +0200 Subject: Update README a bit --- README.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 125822b..9831935 100644 --- a/README.markdown +++ b/README.markdown @@ -18,9 +18,12 @@ Features -------- - Aligns and sorts `import` statements -- Groups and wraps `{-# LANGUAGE #-}` pragmas +- Groups and wraps `{-# LANGUAGE #-}` pragmas, can remove (some) redundant + pragmas - Removes trailing whitespace -- Replaces tabs by four spaces (note that this is turned off by default) +- Replaces tabs by four spaces (turned off by default) +- Replaces some ASCII sequences by their Unicode equivalents (turned off by + default) Feature requests are welcome! Use the [issue tracker] for that. @@ -59,6 +62,11 @@ into: import Data.Map (Map, keys, (!)) import qualified Data.Map as M +Configuration +------------- + +The tool is customizable to some extent. + VIM integration --------------- -- cgit v1.2.3