summaryrefslogtreecommitdiffhomepage
path: root/data/stylish-haskell.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/stylish-haskell.yaml')
-rw-r--r--data/stylish-haskell.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index 80892dc..0a2e21a 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -58,10 +58,13 @@ steps:
#
# # How many spaces to insert before "via" clause counted from indentation of deriving clause
# # Possible values:
- # # - "same_line" -- "{" and first field goes on the same line as the data constructor.
- # # - "indent N" -- insert a new line and N spaces from the beginning of the data constructor
+ # # - "same_line" -- "via" part goes on the same line as "deriving" keyword.
+ # # - "indent N" -- insert a new line and N spaces from the beginning of "deriving" keyword.
# via: "indent 2"
#
+ # # Sort typeclass names in the "deriving" list alphabetically.
+ # sort_deriving: true
+ #
# # Wheter or not to break enums onto several lines
# #
# # Default: false