yesod-auth-oauth2/.restyled.yaml
patrick brisbin a2602375ab
Typo
2022-01-31 12:31:17 -05:00

11 lines
232 B
YAML

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