Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Sep 18, 2023
1 parent de381c1 commit bc95091
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bin_conf/Bin_conf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ let name =
let on_save =
let doc =
"Make OCamlformat not format if no .ocamlformat file could be found. \
Avoid formatting files that shouldn't reformatted on each save by text 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 bc95091

Please sign in to comment.