-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #743 from ocsigen/ocamlformat
ocamlformat the whole project
- Loading branch information
Showing
180 changed files
with
21,394 additions
and
22,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
version=0.19.0 | ||
break-cases = fit | ||
break-collection-expressions = fit-or-vertical | ||
break-fun-decl = wrap | ||
break-fun-sig = wrap | ||
break-infix = wrap | ||
break-infix-before-func = false | ||
break-sequences = false | ||
break-separators = before | ||
break-string-literals = never | ||
break-struct = force | ||
cases-matching-exp-indent = compact | ||
doc-comments = after-when-possible | ||
dock-collection-brackets = false | ||
indicate-multiline-delimiters = no | ||
infix-precedence = indent | ||
let-and = compact | ||
let-binding-spacing = compact | ||
module-item-spacing = compact | ||
parens-tuple = multi-line-only | ||
parens-tuple-patterns = multi-line-only | ||
sequence-style = terminator | ||
sequence-blank-line = compact | ||
single-case = compact | ||
type-decl = compact | ||
if-then-else = keyword-first | ||
field-space = loose | ||
space-around-arrays = false | ||
space-around-records = false | ||
space-around-lists = false | ||
space-around-variants = false | ||
ocp-indent-compat = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.