Skip to content

Commit

Permalink
Fix ocamlformat
Browse files Browse the repository at this point in the history
Fix ocamlformat options.
  • Loading branch information
toots authored May 25, 2024
1 parent ad246d3 commit f4466cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/formatter/defaults/ocamlformat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ return function()
exe = "ocamlformat",
args = {
"--enable-outside-detected-project",
"--name",
util.escape_path(util.get_current_buffer_file_name()),
"-"
},
stdin = true,
}
Expand Down

0 comments on commit f4466cc

Please sign in to comment.