File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "proseWrap" : " always" ,
3- "endOfLine" : " auto"
2+ "endOfLine" : " auto" ,
3+ "overrides" : [
4+ {
5+ "files" : " *.md" ,
6+ "options" : {
7+ "proseWrap" : " always"
8+ }
9+ }
10+ ]
411}
Original file line number Diff line number Diff line change 99 description : The OCaml compiler packages to initialise.
1010 required : true
1111 opam-repositories :
12- description :
13- The name and URL pair of the repository to fetch the packages from.
12+ description : The name and URL pair of the repository to fetch the packages from.
1413 required : false
1514 default :
1615 opam-pin :
Original file line number Diff line number Diff line change 99 steps :
1010 - run : opam depext --install conf-m4 dune 'odoc>=1.5.0'
1111 shell : bash
12- - run :
13- opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)
12+ - run : opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)
1413 shell : bash
1514 env :
1615 ODOC_WARN_ERROR : true
You can’t perform that action at this time.
0 commit comments