Skip to content

Commit be6e477

Browse files
authored
Format bytecomp/bytegen.ml (#3953)
formatted bytecomp/bytegen.ml
1 parent 9994ecd commit be6e477

File tree

4 files changed

+1092
-1031
lines changed

4 files changed

+1092
-1031
lines changed

bytecomp/.ocamlformat

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Please make a pull request to change this file.
2+
disable=true
3+
# There is an .ocamlformat-enable file in this directory.
4+
# Keep the remainder of this file in sync with other .ocamlformat files in this repo.
5+
assignment-operator=begin-line
6+
cases-exp-indent=2
7+
doc-comments=before
8+
dock-collection-brackets=false
9+
if-then-else=keyword-first
10+
module-item-spacing=sparse
11+
parens-tuple=multi-line-only
12+
sequence-blank-line=compact
13+
space-around-lists=false
14+
space-around-variants=false
15+
type-decl=sparse
16+
version=0.24.1

bytecomp/.ocamlformat-enable

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bytegen.ml
2+
bytegen.mli

0 commit comments

Comments
 (0)