diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T21·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T21·34+0100 |
commit | cfeb6e57c7dc4cbb4ce1b059687c0b507462b32e (patch) | |
tree | b87d514f1b2a5663cc793f8e4194e95c34d058f8 /services/tazblog/.stylish.haskell.yaml | |
parent | 68d14b6cfcd9b729c11ced8a9c84833d293d3875 (diff) |
chore(tazblog): Clean up unneeded files
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 |