diff options
Diffstat (limited to 'services/tazblog/.stylish.haskell.yaml')
-rw-r--r-- | services/tazblog/.stylish.haskell.yaml | 20 |
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 cb432ce231ba..000000000000 --- 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 |