Created
May 15, 2019 19:11
-
-
Save c-cube/bc2e76df61abedd94ad1b8f9415fceb5 to your computer and use it in GitHub Desktop.
.ocamlformat
This file contains hidden or 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
| profile=conventional | |
| margin=80 | |
| if-then-else=fit-or-vertical | |
| parens-ite=true | |
| parens-tuple=multi-line-only | |
| type-decl=sparse | |
| space-around-collection-expressions=false | |
| break-cases=toplevel | |
| cases-exp-indent=2 | |
| leading-nested-match-parens=true | |
| module-item-spacing=preserve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment