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 + - "*"