summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 11:29:08 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 11:29:08 +0200
commitab72bb60800f6e26a09d65b0ad35a399bc351c7b (patch)
treeab710f50ea6657c2be43b76a9dafa106ed535759 /README.markdown
parent2031ccee2da40a069f52e7c8398150e8d807f8a4 (diff)
downloadstylish-haskell-ab72bb60800f6e26a09d65b0ad35a399bc351c7b.tar.gz
Update README a bit
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
---------------