aboutsummaryrefslogtreecommitdiff
path: root/.stylish-haskell.yaml
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-07-02 18:51:51 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-07-02 19:07:28 +0300
commit41cf6d540fbc7c6033dad09fb27a68ad1da4c629 (patch)
treee0690ea25d0dfd46918ddcee0d6f918239594e9d /.stylish-haskell.yaml
parent5479ea300a5c02d63fe1ffafb060bfa1134b4f97 (diff)
downloadpandoc-41cf6d540fbc7c6033dad09fb27a68ad1da4c629.tar.gz
More spellcheck
Diffstat (limited to '.stylish-haskell.yaml')
-rw-r--r--.stylish-haskell.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml
index 496e72802..43c8442f8 100644
--- a/.stylish-haskell.yaml
+++ b/.stylish-haskell.yaml
@@ -41,7 +41,7 @@ steps:
# Default: global.
align: none
- # Folowing options affect only import list alignment.
+ # Following options affect only import list alignment.
#
# List align has following options:
#
@@ -75,7 +75,7 @@ steps:
# short enough to fit to single line. Otherwise it'll be multiline.
#
# - multiline: One line per import list entry.
- # Type with contructor list acts like single import.
+ # Type with constructor list acts like single import.
#
# > import qualified Data.Map as M
# > ( empty
@@ -91,7 +91,7 @@ steps:
# This option affects 'list_align' and 'long_list_align'.
list_padding: 4
- # Separate lists option affects formating of import list for type
+ # Separate lists option affects formatting of import list for type
# or class. The only difference is single space between type and list
# of constructors, selectors and class functions.
#
@@ -124,7 +124,7 @@ steps:
# Align affects alignment of closing pragma brackets.
#
- # - true: Brackets are aligned in same collumn.
+ # - true: Brackets are aligned in same column.
#
# - false: Brackets are not aligned together. There is only one space
# between actual import and closing bracket.