This commit is contained in:
patrick brisbin 2022-01-31 12:31:17 -05:00
parent a91e05ac01
commit a2602375ab
No known key found for this signature in database
GPG Key ID: C6A68C15A00FB52B

View File

@ -2,9 +2,9 @@ restylers:
- brittany: - brittany:
include: include:
- "**/*.hs" - "**/*.hs"
- "! src/Network/OAuth/OAuth2/Compat.hs" # CPP - "!src/Network/OAuth/OAuth2/Compat.hs" # CPP
- stylish-haskell: - stylish-haskell:
include: include:
- "**/*.hs" - "**/*.hs"
- "! src/Network/OAuth/OAuth2/Compat.hs" # CPP - "!src/Network/OAuth/OAuth2/Compat.hs" # CPP
- "*" - "*"