mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Change settings
This commit is contained in:
parent
5a186f8cfd
commit
65a5a42c16
@ -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
|
||||
|
@ -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
|
||||
|
@ -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: [
|
||||
|
@ -80,7 +80,7 @@
|
||||
(ocamlformat
|
||||
(and
|
||||
:dev
|
||||
(= 0.19.0)))))
|
||||
(= 0.20.1)))))
|
||||
|
||||
(package
|
||||
(name french_law)
|
||||
|
Loading…
Reference in New Issue
Block a user