swarm/.restyled.yaml
2022-07-01 09:07:41 +00:00

18 lines
550 B
YAML

restylers_version: dev
restylers:
- fourmolu:
arguments:
[ '--ghc-opt=-XBangPatterns'
, '--ghc-opt=-XFlexibleContexts'
, '--ghc-opt=-XFlexibleInstances'
, '--ghc-opt=-XGADTSyntax'
, '--ghc-opt=-XMultiParamTypeClasses'
, '--ghc-opt=-XNumericUnderscores'
, '--ghc-opt=-XRankNTypes'
, '--ghc-opt=-XTupleSections'
, '--ghc-opt=-XTypeApplications'
, '--ghc-opt=-XTypeOperators'
, '--ghc-opt=-XImportQualifiedPost'
, '--ghc-opt=-XLambdaCase'
]