You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to be able to format dune files using a different tool than dune but still have dune run that tool during dune build @fmt and when requested from ocamllsp.
would it be possible to do that using the dialect stanza? Can we use the dialect stanza to change dune's behavior for some dialects already known to dune? And is the dune language a dialect?
We would like to be able to format dune files using a different tool than dune
I have a vague recollection that this point came up in the past in the context of OCaml source code (eg to use ocp-indent instead of ocamlformat) and the proposal was rejected, but I don't remember the details...
Desired Behavior
We would like to be able to format dune files using a different tool than dune but still have dune run that tool during
dune build @fmt
and when requested from ocamllsp.Example
in dune-project
would lead dune to run
custom_dune_formatter path/to/dune
when dune tries to formatpath/to/dune
.The text was updated successfully, but these errors were encountered: