This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
cat
|
||||
---
|
||||
|
||||
.. highlight:: dune
|
||||
|
||||
.. describe:: (format-dune-file <src> <dst>)
|
||||
|
||||
Output the formatted contents of the file ``<src>`` to ``<dst>``. The source
|
||||
file is assumed to contain S-expressions. Note that the precise formatting
|
||||
can depend on the version of the Dune language used by containing project.
|
||||
|
||||
Example::
|
||||
|
||||
(format-dune-file file.sexp file.sexp.formatted)
|
||||
Loading…
Add table
Add a link
Reference in a new issue