File tree Expand file tree Collapse file tree 8 files changed +7
-8
lines changed Expand file tree Collapse file tree 8 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 4141 - run : opam install . --deps-only -t
4242 - run : opam exec -- dune runtest
4343 - run : opam exec -- dune build @fmt
44- - run : opam exec -- dune build @indent
4544 - run : opam config report
4645 - run : opam install .
4746 - run : opam exec ocp-indent --help
Original file line number Diff line number Diff line change 44 (wrapped false)
55 (libraries findlib dynlink ocp-indent.lexer ocp-indent.utils))
66
7- ;; Auto indent files with `dune build @indent `
7+ ;; Auto indent files with `dune build @fmt `
88
99(subdir
1010 run
Original file line number Diff line number Diff line change 22 (name main)
33 (public_name ocp-indent-gen-rules))
44
5- ;; Auto indent files with `dune build @indent `
5+ ;; Auto indent files with `dune build @fmt `
66
77(subdir
88 run
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let print_rules file =
2121 pf " (action (run ocp-indent %%{dep:../%s} -o %%{target})))" file;
2222 pf " " ;
2323 pf " (rule" ;
24- pf " (alias indent )" ;
24+ pf " (alias fmt )" ;
2525 pf " (action (diff ../%s %s.%s)))" file file formatted_ext;
2626 pf " "
2727 | _ -> ()
Original file line number Diff line number Diff line change 55 (public_name ocp-indent.lexer)
66 (wrapped false))
77
8- ;; Auto indent files with `dune build @indent `
8+ ;; Auto indent files with `dune build @fmt `
99
1010(subdir
1111 run
Original file line number Diff line number Diff line change 55 (libraries ocp-indent.utils)
66 (flags :standard -w -9 -warn-error -57))
77
8- ;; Auto indent files with `dune build @indent `
8+ ;; Auto indent files with `dune build @fmt `
99
1010(subdir
1111 run
Original file line number Diff line number Diff line change 44 (wrapped false)
55 (libraries ocp-indent.lexer))
66
7- ;; Auto indent files with `dune build @indent `
7+ ;; Auto indent files with `dune build @fmt `
88
99(subdir
1010 run
Original file line number Diff line number Diff line change 1212 (libraries cmdliner ocp-indent.lexer ocp-indent.lib ocp-indent.dynlink unix)
1313 (flags :standard -w -9))
1414
15- ;; Auto indent files with `dune build @indent `
15+ ;; Auto indent files with `dune build @fmt `
1616
1717(subdir
1818 run
You can’t perform that action at this time.
0 commit comments