summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown12
1 files changed, 10 insertions, 2 deletions
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
---------------