Change settings

This commit is contained in:
Denis Merigoux 2022-03-08 14:49:11 +01:00
parent 5a186f8cfd
commit 65a5a42c16
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3
4 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,7 @@
profile = default
margin = 100
margin = 80
exp-grouping = preserve
break-fun-decl = smart
wrap-comments
parse-docstrings
version=0.19.0
version=0.20.1

View File

@ -89,7 +89,7 @@ You can look at the
[online OCaml documentation](https://catala-lang.org/ocaml_docs/) for the
different modules' interfaces as well as high-level architecture documentation.
Please note that the `ocamlformat` version this project uses is `0.19.0`.
Please note that the `ocamlformat` version this project uses is `0.20.1`.
Using another version may cause spurious diffs to appear in your pull requests.
### Example: adding a builtin function

View File

@ -40,7 +40,7 @@ depends: [
"cppo" {>= "1"}
"obelisk" {dev}
"alcotest" {with-test & >= "1.5.0"}
"ocamlformat" {dev & = "0.19.0"}
"ocamlformat" {dev & = "0.20.1"}
"odoc" {with-doc}
]
build: [

View File

@ -80,7 +80,7 @@
(ocamlformat
(and
:dev
(= 0.19.0)))))
(= 0.20.1)))))
(package
(name french_law)