diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml deleted file mode 100644 index 5f8874386f9ab80e852d10f69cfc24491c1167cf..0000000000000000000000000000000000000000 --- a/.stylish-haskell.yaml +++ /dev/null @@ -1,21 +0,0 @@ -steps: - # Import cleanup - - imports: - align: group - - # Language pragmas - - language_pragmas: - style: vertical - remove_redundant: true - - # Align the types in record declarations - - records: {} - - # Remove trailing whitespace - - trailing_whitespace: {} - -columns: 80 - -language_extensions: - - LambdaCase - - MultiParamTypeClasses