summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-27 09:15:44 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-27 09:15:44 +0200
commit0a56a37f91247519c631557bfba6ffb6d2895585 (patch)
tree8eea3c3ef450fe6190f4f3654bdedd70d41775aa /README.markdown
parent1055be2edcc6bbfb555addf3bb01a448c41a744c (diff)
downloadstylish-haskell-0a56a37f91247519c631557bfba6ffb6d2895585.tar.gz
Replace tabs by four spaces
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.markdown b/README.markdown
index b982f1e..d2da60a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -11,14 +11,7 @@ A simple Haskell code prettifier
Features
--------
-- Align and sort `import` statements
-- Groups and wraps `{-# LANGUAGE #-}` pragmas (TODO)
+- Aligns and sorts `import` statements
+- Groups and wraps `{-# LANGUAGE #-}` pragmas (WIP)
- Removes trailing whitespace
-
-Status
-------
-
-Doesn't yet work for multi-line imports, e.g.,
-
- import Control.Monad (forM,
- replicateM)
+- Replaces tabs by four spaces