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, 0 insertions, 20 deletions
diff --git a/services/tazblog/.stylish.haskell.yaml b/services/tazblog/.stylish.haskell.yaml
deleted file mode 100644
index cb432ce231..0000000000
--- a/services/tazblog/.stylish.haskell.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-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