forked from leshow/i3ipc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
brittany.yaml
47 lines (47 loc) · 1.07 KB
/
brittany.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
conf_forward:
options_ghc:
- -XDeriveFoldable
- -XDeriveFunctor
- -XDeriveGeneric
- -XDeriveTraversable
- -XDeriveLift
- -XDerivingStrategies
- -XGeneralizedNewtypeDeriving
- -XOverloadedStrings
- -XOverloadedLabels
- -XExistentialQuantification
- -XStandaloneDeriving
- -XScopedTypeVariables
- -XUnicodeSyntax
- -XBinaryLiterals
- -XNumDecimals
- -XConstraintKinds
- -XRankNTypes
- -XTypeFamilies
- -XTypeInType
- -XPolyKinds
- -XDataKinds
- -XKindSignatures
- -XTypeOperators
- -XTypeApplications
- -XGADTs
- -XNamedFieldPuns
- -XInstanceSigs
- -XTypeSynonymInstances
- -XMultiParamTypeClasses
- -XFunctionalDependencies
- -XConstrainedClassMethods
- -XInstanceSigs
- -XFlexibleInstances
- -XFlexibleContexts
- -XBangPatterns
- -XViewPatterns
- -XPatternGuards
- -XMultiWayIf
- -XEmptyCase
- -XLambdaCase
conf_layout:
lconfig_importColumn: 55
lconfig_importAsColumn: 55
lconfig_indentAmount: 4
lconfig_indentWhereSpecial: true