-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathfourmolu.yaml
59 lines (59 loc) · 1.21 KB
/
fourmolu.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
48
49
50
51
52
53
54
55
56
57
58
59
indentation: 2
column-limit: 100
function-arrows: leading
comma-style: leading
import-export-style: leading
import-grouping:
- rules:
- glob: Cardano.Api**
- rules:
- glob: Cardano**
- glob: Ouroboros**
- glob: PlutusCore**
- glob: PlutusLedgerApi**
- rules:
- glob: Prelude**
- glob: RIO**
- rules:
- glob: Control**
- glob: Codec**
- glob: Data**
- glob: Formatting**
- glob: GHC**
- glob: Lens**
- glob: Network**
- glob: Numeric**
- glob: Options**
- glob: Prettyprinter**
- glob: System**
- glob: Text**
- rules:
- glob: Test.Gen.Cardano.Api**
- rules:
- glob: Test.Cardano**
- glob: Test.Gen.Cardano**
- rules:
- glob: Hedgehog**
- glob: Test**
- name: "The rest"
rules:
- match: all
priority: 100
indent-wheres: false
record-brace-space: false
newlines-between-decls: 1
haddock-style: single-line
haddock-style-module:
let-style: auto
in-style: right-align
single-constraint-parens: never
single-deriving-parens: never
sort-constraints: false
sort-derived-classes: false
sort-deriving-clauses: false
trailing-section-operators: true
unicode: never
respectful: false
fixities: []
reexports: []
local-modules: []