File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ version=0.16.0
2
+ break-separators=before
3
+ dock-collection-brackets=false
4
+ break-sequences=true
5
+ doc-comments=before
6
+ field-space=loose
7
+ let-and=sparse
8
+ sequence-style=terminator
9
+ type-decl=sparse
10
+ wrap-comments=false
11
+ if-then-else=k-r
12
+ let-and=sparse
13
+ space-around-records
14
+ space-around-lists
15
+ space-around-arrays
16
+ cases-exp-indent=2
17
+ break-cases=all
18
+ indicate-nested-or-patterns=unsafe-no
Original file line number Diff line number Diff line change @@ -11,12 +11,14 @@ test:
11
11
$(DUNE ) runtest
12
12
13
13
clean :
14
- rm -rf _build
15
-
14
+ dune clean
16
15
run :
17
16
$(DUNE ) exec ./bin/main.exe
18
17
19
18
bench :
20
19
$(DUNE ) exec ./bench/bench.exe
21
20
22
- .PHONY : pin test all clean check bench
21
+ fmt :
22
+ dune build @fmt --auto-promote
23
+
24
+ .PHONY : pin test all clean check bench fmt
You can’t perform that action at this time.
0 commit comments