summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorHiromi Ishii <konn.jinro@gmail.com>2013-04-19 12:22:09 +0900
committerHiromi Ishii <konn.jinro@gmail.com>2013-04-19 12:22:09 +0900
commitd2773448c20fef4439080f61c5262588be3992cb (patch)
treeca202b99d5d6c22a1c873733320768961008836f /data
parent2f312f0648c71ac4b1312855d5cc6506bdd85fa0 (diff)
downloadstylish-haskell-d2773448c20fef4439080f61c5262588be3992cb.tar.gz
* Rewrite function using `compact'.
* Rename `compact' to `compact_line'. * Added the description for new style in .stylish-haskell.yml * Added test case for `compact_line'.
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 080c2f9..cc117e5 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -41,6 +41,7 @@ steps:
#
# - compact: A more compact style.
#
+ # - compact_line: Similar to compact, but wrap each line by `{-#LANGUAGE #-}'.
# Default: vertical.
style: vertical