We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9994ecd commit be6e477Copy full SHA for be6e477
bytecomp/.ocamlformat
@@ -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
@@ -0,0 +1,2 @@
+bytegen.ml
+bytegen.mli
0 commit comments