Skip to content

Commit b07f50c

Browse files
liam923voodoos
authored andcommitted
Allow whitelisting files to be formatted
1 parent 48c0d74 commit b07f50c

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.ocamlformat-ignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
src/ocaml/**
2-
src/utils/**
31
upstream/**

src/ocaml/.ocamlformat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=true

src/ocaml/typing/.ocamlformat-enable

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

src/utils/.ocamlformat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=true

src/utils/.ocamlformat-enable

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

0 commit comments

Comments
 (0)