diff options
Diffstat (limited to '.stylish-haskell.yaml')
-rw-r--r-- | .stylish-haskell.yaml | 8 |
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. |