summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2020-01-18 08:49:58 -0700
committerJasper Van der Jeugt <m@jaspervdj.be>2020-01-18 10:49:57 -0500
commit1a869950eba47e30ebe84e118f404ef9a62e9cc6 (patch)
tree7a4e6fa41732da77ffb1d7c47f4b6381d8c6393c /data
parentba5456a9f2c16524ea93c0b038dafc1af8aaaf0e (diff)
downloadstylish-haskell-1a869950eba47e30ebe84e118f404ef9a62e9cc6.tar.gz
Allow setting "columns: null" to disable all wrapping
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 5200299..2a17cb5 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -223,7 +223,11 @@ steps:
# - squash: {}
# A common setting is the number of columns (parts of) code will be wrapped
-# to. Different steps take this into account. Default: 80.
+# to. Different steps take this into account.
+#
+# Set this to null to disable all line wrapping.
+#
+# Default: 80.
columns: 80
# By default, line endings are converted according to the OS. You can override