Skip to content

Commit

Permalink
Update lib/bin_conf/Bin_conf.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Aguillon <[email protected]>
  • Loading branch information
Guillaume Petiot and Julow authored Sep 18, 2023
1 parent 580a684 commit de381c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bin_conf/Bin_conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ let name =
let on_save =
let doc =
"Make OCamlformat not format if no .ocamlformat file could be found. \
For code editors."
Avoid formatting files that shouldn't reformatted on each save by text editors."
in
declare_option
~set:(fun on_save conf -> {conf with on_save})
Expand Down

0 comments on commit de381c1

Please sign in to comment.