summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorArtyom <yom@artyom.me>2017-04-16 03:00:13 +0300
committerArtyom <yom@artyom.me>2017-04-16 03:04:49 +0300
commitff803c126b5deddc5c225e02187eb2b637d45ab8 (patch)
tree7121429c2e71f1b68edb1601ad777bbf99301738 /README.markdown
parent0b216b895920cbca746361a0f9646f495ad70367 (diff)
downloadstylish-haskell-ff803c126b5deddc5c225e02187eb2b637d45ab8.tar.gz
Update the features list in the README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index a09c6d6..6626697 100644
--- a/README.markdown
+++ b/README.markdown
@@ -29,6 +29,8 @@ Features
- Groups and wraps `{-# LANGUAGE #-}` pragmas, can remove (some) redundant
pragmas
- Removes trailing whitespace
+- Aligns branches in `case` and fields in records
+- Converts line endings (customizable)
- Replaces tabs by four spaces (turned off by default)
- Replaces some ASCII sequences by their Unicode equivalents (turned off by
default)