about summary refs log tree commit diff
path: root/services/tazblog/.stylish.haskell.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'services/tazblog/.stylish.haskell.yaml')
-rw-r--r--services/tazblog/.stylish.haskell.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/services/tazblog/.stylish.haskell.yaml b/services/tazblog/.stylish.haskell.yaml
new file mode 100644
index 0000000000..cb432ce231
--- /dev/null
+++ b/services/tazblog/.stylish.haskell.yaml
@@ -0,0 +1,20 @@
+steps:
+  - imports:
+      align: group
+  - language_pragmas:
+      style: vertical
+      remove_redundant: true
+  - records: {}
+  - trailing_whitespace: {}
+columns: 120
+language_extensions:
+  - DeriveDataTypeable
+  - FlexibleContexts
+  - GeneralizedNewtypeDeriving
+  - MultiParamTypeClasses
+  - OverloadedStrings
+  - RecordWildCards
+  - ScopedTypeVariables
+  - TemplateHaskell
+  - TypeFamilies
+  - QuasiQuotes