From a91e05ac018ceca0ca8316ca16bb069d3ec79087 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 31 Jan 2022 12:30:44 -0500 Subject: [PATCH] Configure Restyled --- .restyled.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .restyled.yaml diff --git a/.restyled.yaml b/.restyled.yaml new file mode 100644 index 0000000..9e56695 --- /dev/null +++ b/.restyled.yaml @@ -0,0 +1,10 @@ +restylers: + - brittany: + include: + - "**/*.hs" + - "! src/Network/OAuth/OAuth2/Compat.hs" # CPP + - stylish-haskell: + include: + - "**/*.hs" + - "! src/Network/OAuth/OAuth2/Compat.hs" # CPP + - "*"