From 834973803b5b3766c02163418adc266096fc1b17 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Sat, 26 Dec 2020 17:18:25 -0800
Subject: [PATCH] chore: Remove .stylish-haskell.yaml

---
 .stylish-haskell.yaml | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 .stylish-haskell.yaml

diff --git a/.stylish-haskell.yaml b/.stylish-haskell.yaml
deleted file mode 100644
index 5f88743..0000000
--- 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
-- 
GitLab