This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
28
unikernel/duniverse/ocaml-h2/.ocamlformat
Normal file
28
unikernel/duniverse/ocaml-h2/.ocamlformat
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
break-infix = fit-or-vertical
|
||||
break-infix-before-func = false
|
||||
break-fun-decl = fit-or-vertical
|
||||
break-separators = before
|
||||
break-sequences = true
|
||||
cases-exp-indent = 2
|
||||
dock-collection-brackets = false
|
||||
field-space = loose
|
||||
if-then-else = keyword-first
|
||||
indicate-multiline-delimiters = no
|
||||
infix-precedence = parens
|
||||
leading-nested-match-parens = true
|
||||
let-and = sparse
|
||||
let-module = sparse
|
||||
ocp-indent-compat = true
|
||||
parens-tuple = multi-line-only
|
||||
parse-docstrings = false
|
||||
sequence-blank-line = preserve-one
|
||||
sequence-style = terminator
|
||||
single-case = sparse
|
||||
space-around-arrays= true
|
||||
space-around-lists= true
|
||||
space-around-records= true
|
||||
space-around-variants= true
|
||||
type-decl = sparse
|
||||
wrap-comments = true
|
||||
wrap-fun-args = false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue