diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-13 20:17:51 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-04-08 18:39:49 +0200 |
commit | 9e2dbe43abe97c4e60b158e5fa52172468a2afb8 (patch) | |
tree | f58276e500d8ab0b84cdf74cc36fc73d4bca3892 /.ocamlformat | |
parent | 0bdc640331b903532fb345930e7078752ba54a2d (diff) |
Declare the files to load from an external configuration file
Diffstat (limited to '.ocamlformat')
-rw-r--r-- | .ocamlformat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ocamlformat b/.ocamlformat index 72fc0fd..eb55759 100644 --- a/.ocamlformat +++ b/.ocamlformat @@ -1,3 +1,4 @@ +ocaml-version = 5.3
profile = default
parens-tuple = always
sequence-style = terminator
|